Package org.jvnet.basicjaxb_annox.parser
Class XArrayAnnotationFieldParser<T,V>
java.lang.Object
org.jvnet.basicjaxb_annox.parser.XAnnotationFieldParser<T[],V[]>
org.jvnet.basicjaxb_annox.parser.XArrayAnnotationFieldParser<T,V>
-
Constructor Summary
ConstructorsConstructorDescriptionXArrayAnnotationFieldParser(XAnnotationValueParser<T, V> annotationValueParser) -
Method Summary
Methods inherited from class org.jvnet.basicjaxb_annox.parser.XAnnotationFieldParser
getAnnotationFieldValue
-
Constructor Details
-
XArrayAnnotationFieldParser
-
-
Method Details
-
parse
public XAnnotationField<T[]> parse(Element element, String name, Class<?> type) throws AnnotationElementParseException - Specified by:
parsein classXAnnotationFieldParser<T[],V[]> - Throws:
AnnotationElementParseException
-
construct
- Specified by:
constructin classXAnnotationFieldParser<T[],V[]>
-
parse
public XAnnotationField<T[]> parse(Annotation annotation, String name, Class<?> type) throws NoSuchAnnotationFieldException - Specified by:
parsein classXAnnotationFieldParser<T[],V[]> - Throws:
NoSuchAnnotationFieldException
-
parse
public XAnnotationField<T[]> parse(japa.parser.ast.expr.Expression expression, String name, Class<?> type) throws AnnotationExpressionParseException - Specified by:
parsein classXAnnotationFieldParser<T[],V[]> - Throws:
AnnotationExpressionParseException
-