Uses of Class
org.jvnet.basicjaxb_annox.model.annotation.field.XAnnotationField
Packages that use XAnnotationField
Package
Description
-
Uses of XAnnotationField in org.jvnet.basicjaxb_annox.model
Methods in org.jvnet.basicjaxb_annox.model that return types with arguments of type XAnnotationFieldModifier and TypeMethodDescriptionList<XAnnotationField<?>>XAnnotation.getFieldsList()Returns the list of the fields.XAnnotation.getFieldsMap()Returns the map of the fields.Constructors in org.jvnet.basicjaxb_annox.model with parameters of type XAnnotationFieldModifierConstructorDescriptionXAnnotation(Class<A> annotationClass, XAnnotationField<?>... fields) Constructs an xannotation for the given annotation class. -
Uses of XAnnotationField in org.jvnet.basicjaxb_annox.model.annotation.field
Subclasses of XAnnotationField in org.jvnet.basicjaxb_annox.model.annotation.field -
Uses of XAnnotationField in org.jvnet.basicjaxb_annox.parser
Methods in org.jvnet.basicjaxb_annox.parser that return XAnnotationFieldModifier and TypeMethodDescriptionabstract XAnnotationField<T>final XAnnotationField<T>XAnnotationArrayAnnotationFieldParser.parse(japa.parser.ast.expr.Expression expression, String name, Class<?> type) XAnnotationArrayAnnotationFieldParser.parse(Annotation annotation, String name, Class<?> type) abstract XAnnotationField<T>XAnnotationFieldParser.parse(japa.parser.ast.expr.Expression expression, String name, Class<?> type) abstract XAnnotationField<T>XAnnotationFieldParser.parse(Annotation annotation, String name, Class<?> type) abstract XAnnotationField<T>XAnnotationSingleAnnotationFieldParser.parse(japa.parser.ast.expr.Expression annotationElement, String name, Class<?> type) XAnnotationSingleAnnotationFieldParser.parse(Annotation annotation, String name, Class<?> type) XArrayAnnotationFieldParser.parse(japa.parser.ast.expr.Expression expression, String name, Class<?> type) XArrayAnnotationFieldParser.parse(Annotation annotation, String name, Class<?> type) XGenericFieldParser.parse(Annotation annotation, String name, Class<?> type) XSingleAnnotationFieldParser.parse(japa.parser.ast.expr.Expression expression, String name, Class<?> type) XSingleAnnotationFieldParser.parse(Annotation annotation, String name, Class<?> type) XAnnotationParser.parseField(japa.parser.ast.expr.Expression annotationExpression, String name, Class<?> type) XAnnotationParser.parseField(Annotation annotation, String name, Class<?> type) XAnnotationParser.parseField(Element annotationElement, String name, Class<?> type) XAnnotationField<?>[]XAnnotationParser.parseFields(japa.parser.ast.expr.AnnotationExpr annotationExpr, Class<? extends Annotation> annotationClass) XAnnotationField<?>[]XAnnotationParser.parseFields(Annotation annotation, Class<? extends Annotation> annotationClass) XAnnotationField<?>[]XAnnotationParser.parseFields(Element annotationElement, Class<? extends Annotation> annotationClass)