|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XField | |
---|---|
org.jvnet.annox.model | |
org.jvnet.annox.reader | |
org.jvnet.annox.reader.resourced |
Uses of XField in org.jvnet.annox.model |
---|
Fields in org.jvnet.annox.model declared as XField | |
---|---|
static XField[] |
XField.EMPTY_ARRAY
Emprty array of fields. |
Methods in org.jvnet.annox.model that return XField | |
---|---|
XField[] |
XClass.getFields()
Returns annotated fields of the class. |
Constructors in org.jvnet.annox.model with parameters of type XField | |
---|---|
XClass(Class<?> targetClass,
XAnnotation[] xannotations,
XField[] xfields,
XConstructor[] xconstructors,
XMethod[] xmethods)
Constructs an annotated class. |
Uses of XField in org.jvnet.annox.reader |
---|
Methods in org.jvnet.annox.reader that return XField | |
---|---|
XField |
XReader.getXField(Class<?> theClass,
Field theField)
|
XField |
XReader.getXField(Field theField)
|
Uses of XField in org.jvnet.annox.reader.resourced |
---|
Methods in org.jvnet.annox.reader.resourced that return XField | |
---|---|
XField |
NXConverter.convertNField(Class<?> theClass,
NField nfield)
|
XField |
ResourcedXReader.getXField(Class<?> theClass,
Field theField)
|
XField |
ResourcedXReader.getXField(Field theField)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |