|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XAnnotation | |
---|---|
org.jvnet.annox.model | |
org.jvnet.annox.parser | |
org.jvnet.annox.reader.resourced |
Uses of XAnnotation in org.jvnet.annox.model |
---|
Fields in org.jvnet.annox.model declared as XAnnotation | |
---|---|
static XAnnotation[] |
XAnnotation.EMPTY_ARRAY
Empty array of annotations. |
Methods in org.jvnet.annox.model that return XAnnotation | |
---|---|
XAnnotation[] |
XAnnotated.getXAnnotations()
Returns the annotations associated with the item. |
Methods in org.jvnet.annox.model with parameters of type XAnnotation | |
---|---|
T |
XAnnotationVisitor.visitAnnotation(XAnnotation annotation)
Visits an annotation. |
T |
XAnnotationVisitorWrapper.visitAnnotation(XAnnotation annotation)
|
Constructors in org.jvnet.annox.model with parameters of type XAnnotation | |
---|---|
XAnnotated(XAnnotation[] xannotations)
Constructs an annotated item. |
|
XAnnotatedElement(T annotatedElement,
XAnnotation[] xannotations)
Constructs an annotated element. |
|
XAnnotationField.XAnnotation(String name,
XAnnotation value,
Class<? extends Annotation> annotationClass)
|
|
XAnnotationField.XAnnotationArray(String name,
XAnnotation[] value,
Class<? extends Annotation> annotationClass)
|
|
XClass(Class<?> targetClass,
XAnnotation[] xannotations,
XField[] xfields,
XConstructor[] xconstructors,
XMethod[] xmethods)
Constructs an annotated class. |
|
XConstructor(Constructor<?> constructor,
XAnnotation[] xannotations,
XParameter[] parameters)
Constructs an annotated constructor. |
|
XField(Field field,
XAnnotation[] xannotations)
Constructs an annotated field. |
|
XMember(T member,
XAnnotation[] xannotations)
Constructs an annotated member. |
|
XMethod(Method method,
XAnnotation[] xannotations,
XParameter[] parameters)
Constructs an annotated method. |
|
XPackage(Package targetPackage,
XAnnotation[] xannotations,
XClass[] xclasses)
Constructs an annotated package. |
|
XParameter(Class<?> type,
XAnnotation[] xannotations)
Constructs an annotated method parameter. |
Uses of XAnnotation in org.jvnet.annox.parser |
---|
Methods in org.jvnet.annox.parser that return XAnnotation | |
---|---|
XAnnotation |
XAnnotationParser.parse(Annotation annotation)
|
XAnnotation[] |
XAnnotationParser.parse(Annotation[] annotations)
|
XAnnotation |
XAnnotationParser.parse(Element annotationElement)
|
XAnnotation[] |
XAnnotationParser.parse(Element[] annotationElements)
|
Methods in org.jvnet.annox.parser that return types with arguments of type XAnnotation | |
---|---|
XAnnotationField<XAnnotation> |
XAnnotationFieldParser.XAnnotationItemFieldParser.construct(String name,
Annotation annotation,
Class<?> type)
|
XAnnotationField<XAnnotation> |
XAnnotationFieldParser.XAnnotationXItemFieldParser.construct(String name,
XAnnotation annotation,
Class<?> type)
|
XAnnotationField<XAnnotation> |
XAnnotationFieldParser.XAnnotationItemFieldParser.parse(Annotation annotation,
String name,
Class<?> type)
|
XAnnotationField<XAnnotation> |
XAnnotationFieldParser.XAnnotationXItemFieldParser.parse(Annotation annotation,
String name,
Class<?> type)
|
XAnnotationField<XAnnotation> |
XAnnotationFieldParser.XAnnotationItemFieldParser.parse(Element annotationElement,
String name,
Class<?> type)
|
XAnnotationField<XAnnotation> |
XAnnotationFieldParser.XAnnotationXItemFieldParser.parse(Element annotationElement,
String name,
Class<?> type)
|
Methods in org.jvnet.annox.parser with parameters of type XAnnotation | |
---|---|
XAnnotationField<XAnnotation[]> |
XAnnotationFieldParser.XAnnotationItemXArrayFieldParser.construct(String name,
XAnnotation[] annotations,
Class<?> type)
|
XAnnotationField<XAnnotation> |
XAnnotationFieldParser.XAnnotationXItemFieldParser.construct(String name,
XAnnotation annotation,
Class<?> type)
|
Uses of XAnnotation in org.jvnet.annox.reader.resourced |
---|
Methods in org.jvnet.annox.reader.resourced that return XAnnotation | |
---|---|
protected XAnnotation[] |
NXConverter.parseAnnotations(List<Element> elements)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |