public class XAnnotationArrayAnnotationFieldParser<A extends Annotation> extends XAnnotationFieldParser<A[],A[]>
Constructor and Description |
---|
XAnnotationArrayAnnotationFieldParser() |
Modifier and Type | Method and Description |
---|---|
XAnnotationField<A[]> |
construct(String name,
A[] annotations,
Class<?> type) |
XAnnotationField<A[]> |
parse(Annotation annotation,
String name,
Class<?> type) |
XAnnotationField<A[]> |
parse(Element annotationElement,
String name,
Class<?> type) |
XAnnotationField<A[]> |
parse(japa.parser.ast.expr.Expression expression,
String name,
Class<?> type) |
getAnnotationFieldValue
public XAnnotationArrayAnnotationFieldParser()
public XAnnotationField<A[]> parse(Element annotationElement, String name, Class<?> type) throws AnnotationElementParseException
parse
in class XAnnotationFieldParser<A extends Annotation[],A extends Annotation[]>
AnnotationElementParseException
public XAnnotationField<A[]> parse(Annotation annotation, String name, Class<?> type) throws NoSuchAnnotationFieldException
parse
in class XAnnotationFieldParser<A extends Annotation[],A extends Annotation[]>
NoSuchAnnotationFieldException
public XAnnotationField<A[]> parse(japa.parser.ast.expr.Expression expression, String name, Class<?> type) throws AnnotationExpressionParseException
parse
in class XAnnotationFieldParser<A extends Annotation[],A extends Annotation[]>
AnnotationExpressionParseException
public XAnnotationField<A[]> construct(String name, A[] annotations, Class<?> type)
construct
in class XAnnotationFieldParser<A extends Annotation[],A extends Annotation[]>
Copyright © 2006–2016. All rights reserved.