org.jvnet.annox.parser
Class XAnnotationFieldParser.XAnnotationXItemFieldParser
java.lang.Object
org.jvnet.annox.parser.XAnnotationFieldParser<XAnnotation,XAnnotation>
org.jvnet.annox.parser.XAnnotationFieldParser.XAnnotationXItemFieldParser
- Enclosing class:
- XAnnotationFieldParser<T,V>
public static class XAnnotationFieldParser.XAnnotationXItemFieldParser
- extends XAnnotationFieldParser<XAnnotation,XAnnotation>
Nested classes/interfaces inherited from class org.jvnet.annox.parser.XAnnotationFieldParser |
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 |
Fields inherited from class org.jvnet.annox.parser.XAnnotationFieldParser |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XAnnotationFieldParser.XAnnotationXItemFieldParser
public XAnnotationFieldParser.XAnnotationXItemFieldParser()
parse
public XAnnotationField<XAnnotation> parse(Element annotationElement,
String name,
Class<?> type)
throws AnnotationElementParseException
- Specified by:
parse
in class XAnnotationFieldParser<XAnnotation,XAnnotation>
- Throws:
AnnotationElementParseException
parse
public XAnnotationField<XAnnotation> parse(Annotation annotation,
String name,
Class<?> type)
throws NoSuchAnnotationFieldException
- Specified by:
parse
in class XAnnotationFieldParser<XAnnotation,XAnnotation>
- Throws:
NoSuchAnnotationFieldException
construct
public XAnnotationField<XAnnotation> construct(String name,
XAnnotation annotation,
Class<?> type)
- Specified by:
construct
in class XAnnotationFieldParser<XAnnotation,XAnnotation>
Copyright © 2006-2011 Highsource. All Rights Reserved.