|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XConstructor | |
---|---|
org.jvnet.annox.model | |
org.jvnet.annox.reader | |
org.jvnet.annox.reader.resourced |
Uses of XConstructor in org.jvnet.annox.model |
---|
Fields in org.jvnet.annox.model declared as XConstructor | |
---|---|
static XConstructor[] |
XConstructor.EMPTY_ARRAY
Empty array of constructors. |
Methods in org.jvnet.annox.model that return XConstructor | |
---|---|
XConstructor[] |
XClass.getConstructors()
Returns annotated constructors of the class. |
Constructors in org.jvnet.annox.model with parameters of type XConstructor | |
---|---|
XClass(Class<?> targetClass,
XAnnotation[] xannotations,
XField[] xfields,
XConstructor[] xconstructors,
XMethod[] xmethods)
Constructs an annotated class. |
Uses of XConstructor in org.jvnet.annox.reader |
---|
Methods in org.jvnet.annox.reader that return XConstructor | |
---|---|
XConstructor |
XReader.getXConstructor(Class<?> theClass,
Constructor<?> theConstructor)
|
XConstructor |
XReader.getXConstructor(Constructor<?> theConstructor)
|
Uses of XConstructor in org.jvnet.annox.reader.resourced |
---|
Methods in org.jvnet.annox.reader.resourced that return XConstructor | |
---|---|
XConstructor |
NXConverter.convertNConstructor(Class<?> theClass,
NConstructor nconstructor)
|
XConstructor |
ResourcedXReader.getXConstructor(Class<?> theClass,
Constructor<?> theConstructor)
|
XConstructor |
ResourcedXReader.getXConstructor(Constructor<?> theConstructor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |