io.github.hglabplh_tech.reflect.clojure.api.convert-java-cloj
retrieve-class-body
(retrieve-class-body constructors class-fields class-methods inner-classes)
retrieve-class-info
(retrieve-class-info clazz-util)
retrieve-ctor-info
added in 1.1.0
(retrieve-ctor-info ctor)
retrieve the information about the constructor of a class like
ctor name parameter types annotations attributes modifiers and so on
retrieve-direct-class-parameters
added in 1.1.0
(retrieve-direct-class-parameters clazz-util)
retrieve the direct parameters of a constructor or method
retrieve-field-info
added in 1.1.0
(retrieve-field-info field)
retrieve the information about the field of a class like
field name field type annotations modifiers and generics
retrieve-method-info
added in 1.1.0
(retrieve-method-info method)
retrieve the information about the method of a class like
method name parameter types return types annotations attributes modifiers and so on