Liking cljdoc? Tell your friends :D

b12n.swiza.interop.core


java-methodsclj

(java-methods object)
source

jmethodsclj

(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}}])
source

(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)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close