Class AnnotationAltAnnotationImpl
java.lang.Object
org.glassfish.hk2.xml.internal.alt.clazz.AnnotationAltAnnotationImpl
- All Implemented Interfaces:
AltAnnotation
- Author:
- jwells
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationAltAnnotationImpl(Annotation annotation, ClassReflectionHelper helper) -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationArrayValue(String methodName) booleangetBooleanValue(String methodName) getClassValue(String methodName) String[]getStringArrayValue(String methodName) getStringValue(String methodName) toString()
-
Constructor Details
-
AnnotationAltAnnotationImpl
-
-
Method Details
-
getOriginalAnnotation
-
annotationType
- Specified by:
annotationTypein interfaceAltAnnotation
-
getStringValue
- Specified by:
getStringValuein interfaceAltAnnotation
-
getBooleanValue
- Specified by:
getBooleanValuein interfaceAltAnnotation
-
getStringArrayValue
- Specified by:
getStringArrayValuein interfaceAltAnnotation
-
getAnnotationArrayValue
- Specified by:
getAnnotationArrayValuein interfaceAltAnnotation
-
getClassValue
- Specified by:
getClassValuein interfaceAltAnnotation
-
getAnnotationValues
- Specified by:
getAnnotationValuesin interfaceAltAnnotation
-
toString
-