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) |
getAnnotationFieldValuepublic XAnnotationArrayAnnotationFieldParser()
public XAnnotationField<A[]> parse(Element annotationElement, String name, Class<?> type) throws AnnotationElementParseException
parse in class XAnnotationFieldParser<A extends Annotation[],A extends Annotation[]>AnnotationElementParseExceptionpublic XAnnotationField<A[]> parse(Annotation annotation, String name, Class<?> type) throws NoSuchAnnotationFieldException
parse in class XAnnotationFieldParser<A extends Annotation[],A extends Annotation[]>NoSuchAnnotationFieldExceptionpublic 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[]>AnnotationExpressionParseExceptionpublic 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.