Package | Description |
---|---|
org.jvnet.annox.model | |
org.jvnet.annox.reader | |
org.jvnet.annox.reader.resourced |
Modifier and Type | Field and Description |
---|---|
static XField[] |
XField.EMPTY_ARRAY
Emprty array of fields.
|
Modifier and Type | Method and Description |
---|---|
XField[] |
XClass.getFields()
Returns annotated fields of the class.
|
Constructor and Description |
---|
XClass(Class<?> targetClass,
XAnnotation<?>[] xannotations,
XField[] xfields,
XConstructor[] xconstructors,
XMethod[] xmethods)
Constructs an annotated class.
|
Modifier and Type | Method and Description |
---|---|
XField |
XReader.getXField(Class<?> theClass,
Field theField) |
XField |
XReader.getXField(Field theField) |
Modifier and Type | Method and Description |
---|---|
XField |
NXConverter.convertNField(Class<?> theClass,
NField nfield) |
XField |
ResourcedXReader.getXField(Class<?> theClass,
Field theField) |
XField |
ResourcedXReader.getXField(Field theField) |
Copyright © 2006–2019. All rights reserved.