public class AnnotationAltAnnotationImpl extends Object implements AltAnnotation
Constructor and Description |
---|
AnnotationAltAnnotationImpl(Annotation annotation,
ClassReflectionHelper helper) |
Modifier and Type | Method and Description |
---|---|
String |
annotationType() |
AltAnnotation[] |
getAnnotationArrayValue(String methodName) |
Map<String,Object> |
getAnnotationValues() |
boolean |
getBooleanValue(String methodName) |
AltClass |
getClassValue(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 AltAnnotation
public String getStringValue(String methodName)
getStringValue
in interface AltAnnotation
public boolean getBooleanValue(String methodName)
getBooleanValue
in interface AltAnnotation
public String[] getStringArrayValue(String methodName)
getStringArrayValue
in interface AltAnnotation
public AltAnnotation[] getAnnotationArrayValue(String methodName)
getAnnotationArrayValue
in interface AltAnnotation
public AltClass getClassValue(String methodName)
getClassValue
in interface AltAnnotation
public Map<String,Object> getAnnotationValues()
getAnnotationValues
in interface AltAnnotation
Copyright © 2009–2023 Oracle Corporation. All rights reserved.