public static class XAnnotationFieldParser.XAnnotationItemArrayFieldParser extends XAnnotationFieldParser<XAnnotation[],Annotation[]>
XAnnotationFieldParser.XAnnotationItemArrayFieldParser, XAnnotationFieldParser.XAnnotationItemFieldParser, XAnnotationFieldParser.XAnnotationItemXArrayFieldParser, XAnnotationFieldParser.XAnnotationXItemFieldParser, XAnnotationFieldParser.XArrayFieldParser<T,V>, XAnnotationFieldParser.XBooleanArrayFieldParser, XAnnotationFieldParser.XBooleanFieldParser, XAnnotationFieldParser.XByteArrayFieldParser, XAnnotationFieldParser.XByteFieldParser, XAnnotationFieldParser.XCharArrayFieldParser, XAnnotationFieldParser.XCharFieldParser, XAnnotationFieldParser.XClassArrayFieldParser, XAnnotationFieldParser.XClassFieldParser, XAnnotationFieldParser.XDoubleArrayFieldParser, XAnnotationFieldParser.XDoubleFieldParser, XAnnotationFieldParser.XEnumArrayFieldParser, XAnnotationFieldParser.XEnumFieldParser, XAnnotationFieldParser.XFieldParser<T,V>, XAnnotationFieldParser.XFloatArrayFieldParser, XAnnotationFieldParser.XFloatFieldParser, XAnnotationFieldParser.XGenericFieldParser<T,V>, XAnnotationFieldParser.XIntArrayFieldParser, XAnnotationFieldParser.XIntFieldParser, XAnnotationFieldParser.XLongArrayFieldParser, XAnnotationFieldParser.XLongFieldParser, XAnnotationFieldParser.XShortArrayFieldParser, XAnnotationFieldParser.XShortFieldParser, XAnnotationFieldParser.XStringArrayFieldParser, XAnnotationFieldParser.XStringFieldParser
ANNOTATION, ANNOTATION_ARRAY, BOOLEAN, BOOLEAN_ARRAY, BYTE, BYTE_ARRAY, CHAR, CHAR_ARRAY, CLASS, CLASS_ARRAY, DOUBLE, DOUBLE_ARRAY, ENUM, ENUM_ARRAY, FLOAT, FLOAT_ARRAY, GENERIC, INT, INT_ARRAY, LONG, LONG_ARRAY, SHORT, SHORT_ARRAY, STRING, STRING_ARRAY, XANNOTATION, XANNOTATION_ARRAY
Constructor and Description |
---|
XAnnotationItemArrayFieldParser() |
Modifier and Type | Method and Description |
---|---|
XAnnotationField<XAnnotation[]> |
construct(String name,
Annotation[] annotations,
Class<?> type) |
XAnnotationField<XAnnotation[]> |
parse(Annotation annotation,
String name,
Class<?> type) |
XAnnotationField<XAnnotation[]> |
parse(Element annotationElement,
String name,
Class<?> type) |
detectType, getAnnotationFieldValue
public XAnnotationField<XAnnotation[]> parse(Element annotationElement, String name, Class<?> type) throws AnnotationElementParseException
parse
in class XAnnotationFieldParser<XAnnotation[],Annotation[]>
AnnotationElementParseException
public XAnnotationField<XAnnotation[]> parse(Annotation annotation, String name, Class<?> type) throws NoSuchAnnotationFieldException
parse
in class XAnnotationFieldParser<XAnnotation[],Annotation[]>
NoSuchAnnotationFieldException
public XAnnotationField<XAnnotation[]> construct(String name, Annotation[] annotations, Class<?> type)
construct
in class XAnnotationFieldParser<XAnnotation[],Annotation[]>
Copyright © 2006–2017 Highsource. All rights reserved.