(jmethods object
&
[{:keys [show-public? short-format? show-getter? show-setter?
show-private?]
:or {show-public? true
short-format? true
show-getter? false
show-setter? false
show-private? false}}])
(print-methods clazz)
Print the method of a given Java class.
Examples: (show-methods java.util.UUID) ;; see your REPL (show-methods java.lang.String)
Print the method of a given Java class. Examples: (show-methods java.util.UUID) ;; see your REPL (show-methods java.lang.String)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close