Liking cljdoc? Tell your friends :D

io.github.hglabplh-tech.reflect.clojure.api.reflect-class


get-all-classes-of-pkgclj

(get-all-classes-of-pkg & pkg-names)

get all classes at the top level of a defined package

get all classes at the top level of a defined package
sourceraw docstring

get-all-ctorsclj

(get-all-ctors util)

Get all constructors declared in the class if they are visible or not @param : ClassUtil instance with the class we analyze

Get all constructors declared in the class if they are visible or not
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-all-fieldsclj

(get-all-fields class-util)

Get all fields declared in the class if they are visible or not @param : ClassUtil instance with the class we analyze

Get all fields declared in the class if they are visible or not
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-all-methodsclj

(get-all-methods util)

Get all methods declared in the class if they are visible or not @param : ClassUtil instance with the class we analyze

Get all methods declared in the class if they are visible or not
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-all-sub-classesclj

(get-all-sub-classes util)
source

get-annots-by-typeclj

(get-annots-by-type util annotClass)

Get all annotations by the given type @param : ClassUtil instance with the class we analyze

Get all annotations by the given type
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-classclj

(get-class clazz-name & pkg-names)

Get a class out of the package definitions by the canonical name @param clazz-name : the canonical name of the class @param pkg-names : the package names at least one is mandatory

Get a class out of the package definitions by the canonical name
@param clazz-name : the canonical name of the class
@param pkg-names : the package names at least one is mandatory
sourceraw docstring

get-class-attributesclj

(get-class-attributes clazz)

Get the attributes of a class @param : Class instance

Get the attributes of a class
@param : Class instance
sourceraw docstring

get-class-nameclj

(get-class-name util)

get the class name

get the class name
sourceraw docstring

get-class-utilclj

(get-class-util class-name)

get the class util by the canonical class-name with Class/forName

get the class util by the canonical class-name with Class/forName
sourceraw docstring

get-class-util-by-classclj

(get-class-util-by-class the-class)

get the class util by a given class

get the class util by a given class
sourceraw docstring

get-enclosing-classclj

(get-enclosing-class util)

Get the enclosing class of a subclass @param : ClassUtil instance with the class we analyze

Get the enclosing class of a subclass
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-enclosing-constructorclj

(get-enclosing-constructor util)

Get the enclosing constructor of a subclass @param : ClassUtil instance with the class we analyze

Get the enclosing constructor of a subclass
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-enclosing-methodclj

(get-enclosing-method util)

Get the enclosing method of a subclass @param : ClassUtil instance with the class we analyze

Get the enclosing method of a subclass
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-generic-interfacesclj

(get-generic-interfaces util)

Get the generic interfaces of a class @param : ClassUtil instance with the class we analyze

Get the generic interfaces of a class
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-generic-super-classclj

(get-generic-super-class util)

Get the generic super-class of a class @param : ClassUtil instance with the class we analyze

Get the generic super-class of a class
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-interfacesclj

(get-interfaces util)

Get the interfaces of a class @param : ClassUtil instance with the class we analyze

Get the interfaces of a class
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-public-annotationsclj

(get-public-annotations util)

Get all public annotations in the class @param : ClassUtil instance with the class we analyze

Get all public annotations in the class
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-public-ctorsclj

(get-public-ctors util)

Get all public constructors declared in the class which are visible @param : ClassUtil instance with the class we analyze

Get all public constructors declared in the class which are visible
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-public-fieldsclj

(get-public-fields util)

Get all public fields in the class @param : ClassUtil instance with the class we analyze

Get all public fields in the class
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-public-methodsclj

(get-public-methods util)

Get all public methods in the class @param : ClassUtil instance with the class we analyze

Get all public methods in the class
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-public-sub-classesclj

(get-public-sub-classes util)

Get all public sub-classes in the class @param : ClassUtil instance with the class we analyze

Get all public sub-classes in the class
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-super-classclj

(get-super-class util)

Get the super-class of a class @param : ClassUtil instance with the class we analyze

Get the super-class  of a class
@param : ClassUtil instance with the class we analyze
sourceraw docstring

get-the-classclj

(get-the-class util)

Get the class defined by the given ClassUtil @param : ClassUtil instance with the class we analyze

Get the class defined by the given ClassUtil
@param : ClassUtil instance with the class we analyze
sourceraw docstring

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

× close