Functions for reflective introspection of Java classes.
Functions for reflective introspection of Java classes.
(annotations cl)Returns a sequence of the annotations of the class.
Returns a sequence of the annotations of the class.
(declared-annotations cl)Returns a sequence of the declared annotations of the class.
Returns a sequence of the declared annotations of the class.
(declared-fields cl)Returns a sequence of the declared fields of the class.
Returns a sequence of the declared fields of the class.
(declared-methods cl)Returns a sequence of the declared methods of the class.
Returns a sequence of the declared methods of the class.
(fields cl)Returns a sequence of the fields of the class.
Returns a sequence of the fields of the class.
(find-method cl m-name)Returns the method of the given name if found on class.
Returns the method of the given name if found on class.
(method-name method)Returns the name of the method
Returns the name of the method
(methods cl)Returns a sequence of the methods of the class.
Returns a sequence of the methods of the class.
(parameter-types method)Returns a sequence with the parameter types of the method.
Returns a sequence with the parameter types of the method.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |