Liking cljdoc? Tell your friends :D

shuriken.reflection


methodclj

(method class name parameter-types)

Returns a method by reflection.

Returns a method by reflection.
sourceraw docstring

read-fieldclj

(read-field x name)

Returns the value of a field, static if x is a class, or on the passed instance otherwise. All fields, private, protected or public, are accessible.

Returns the value of a field, static if x is a class, or on the
passed instance otherwise. All fields, private, protected or public,
are accessible.
sourceraw docstring

static-methodclj

(static-method class name parameter-types)

Returns a static method by reflection.

Returns a static method by reflection.
sourceraw docstring

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

× close