Even though java.util.jar.JarEntry/.getName is a valid qualified method, the selected method docs aren't found.
> java.util.jar.JarEntry/.getName
#function[...]
> (clojure.java.doc.api/javadoc-data-fn
"java.util.jar.JarEntry/.getName"
nil)
{:classname "java.util.jar.JarEntry",
:class-description-html "<section ...",
:class-description-md "All Implemented...",
:methods
[{:signature "getAttributes()",
:description
"Returns the Manifest Attributes for this entry, or null if none.",
:static? false,
:return-type "Attributes",
:clojure-call "java.util.jar.JarEntry/.getAttributes"}
...],
:selected-method []}