io.github.hglabplh_tech.reflect.clojure.api.reflect-field
get-all-annots
added in 0.9.0
(get-all-annots field)
Get all annotations of a field definition
@param : the field we look for
get-all-fields-and-type-modifiers
added in 1.1.0
(get-all-fields-and-type-modifiers & fields)
Get the fields modifiers and types and
attributes of one or more field definition(s)
@param : the field we look for
get-annot-type
added in 0.9.0
(get-annot-type field)
Get annotation type of a field definitions annotation
@param : the field we look for
get-field-modifier
added in 0.9.0
(get-field-modifier field)
Get the field modifier of a field definition
@param : the field we look for
get-field-name
added in 0.9.0
(get-field-name field)
Get the field name of a field definition
@param : the field we look for
get-field-type
added in 0.9.0
(get-field-type field)
Get the field type of a field definition
@param : the field we look for
get-generic-type
added in 0.9.0
(get-generic-type field)
Get the generic type of a field definition
@param : the field we look for