Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.reflection

Functions for reflective introspection of Java classes.

Functions for reflective introspection of Java classes.
raw docstring

annotationsclj

(annotations cl)

Returns a sequence of the annotations of the class.

Returns a sequence of the annotations of the class.
sourceraw docstring

declared-annotationsclj

(declared-annotations cl)

Returns a sequence of the declared annotations of the class.

Returns a sequence of the declared annotations of the class.
sourceraw docstring

declared-fieldsclj

(declared-fields cl)

Returns a sequence of the declared fields of the class.

Returns a sequence of the declared fields of the class.
sourceraw docstring

declared-methodsclj

(declared-methods cl)

Returns a sequence of the declared methods of the class.

Returns a sequence of the declared methods of the class.
sourceraw docstring

fieldsclj

(fields cl)

Returns a sequence of the fields of the class.

Returns a sequence of the fields of the class.
sourceraw docstring

find-methodclj

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

method-nameclj

(method-name method)

Returns the name of the method

Returns the name of the method
sourceraw docstring

methodsclj

(methods cl)

Returns a sequence of the methods of the class.

Returns a sequence of the methods of the class.
sourceraw docstring

parameter-typesclj

(parameter-types method)

Returns a sequence with the parameter types of the method.

Returns a sequence with the parameter types of the method.
sourceraw docstring

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

× close