Package | Description |
---|---|
org.tinygroup.commons.tools |
Modifier and Type | Method and Description |
---|---|
static AnnotationAttributes |
AnnotationAttributes.fromMap(Map<String,Object> map)
Return an
AnnotationAttributes instance based on the given map; if the map
is already an AnnotationAttributes instance, it is casted and returned
immediately without creating any new instance; otherwise create a new instance by
wrapping the map with the AnnotationAttributes(Map) constructor. |
AnnotationAttributes |
AnnotationAttributes.getAnnotation(String attributeName) |
AnnotationAttributes[] |
AnnotationAttributes.getAnnotationArray(String attributeName) |
static AnnotationAttributes |
AnnotationUtils.getAnnotationAttributes(Annotation annotation,
boolean classValuesAsString,
boolean nestedAnnotationsAsMap)
Retrieve the given annotation's attributes as an
AnnotationAttributes
map structure. |
Copyright © 2006–2018 TinyGroup. All rights reserved.