public class AnnotationAltAnnotationImpl extends Object implements AltAnnotation
| Constructor and Description |
|---|
AnnotationAltAnnotationImpl(Annotation annotation,
ClassReflectionHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
String |
annotationType() |
Map<String,Object> |
getAnnotationValues() |
boolean |
getBooleanValue(String methodName) |
Annotation |
getOriginalAnnotation() |
String[] |
getStringArrayValue(String methodName) |
String |
getStringValue(String methodName) |
String |
toString() |
public AnnotationAltAnnotationImpl(Annotation annotation, ClassReflectionHelper helper)
public Annotation getOriginalAnnotation()
public String annotationType()
annotationType in interface AltAnnotationpublic String getStringValue(String methodName)
getStringValue in interface AltAnnotationpublic boolean getBooleanValue(String methodName)
getBooleanValue in interface AltAnnotationpublic String[] getStringArrayValue(String methodName)
getStringArrayValue in interface AltAnnotationpublic Map<String,Object> getAnnotationValues()
getAnnotationValues in interface AltAnnotationCopyright © 2009-2015 Oracle Corporation. All Rights Reserved.