Package | Description |
---|---|
org.jvnet.annox.parser | |
org.jvnet.annox.reader.resourced |
Modifier and Type | Method and Description |
---|---|
XAnnotation |
XAnnotationParser.parse(Element annotationElement) |
XAnnotation[] |
XAnnotationParser.parse(Element[] annotationElements) |
abstract XAnnotationField<T> |
XAnnotationFieldParser.parse(Element element,
String name,
Class<?> type) |
XAnnotationField<T> |
XAnnotationFieldParser.XFieldParser.parse(Element element,
String name,
Class<?> type) |
XAnnotationField<T[]> |
XAnnotationFieldParser.XArrayFieldParser.parse(Element element,
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) |
XAnnotationField<XAnnotation[]> |
XAnnotationFieldParser.XAnnotationItemArrayFieldParser.parse(Element annotationElement,
String name,
Class<?> type) |
XAnnotationField<XAnnotation[]> |
XAnnotationFieldParser.XAnnotationItemXArrayFieldParser.parse(Element annotationElement,
String name,
Class<?> type) |
XAnnotationField<T> |
XAnnotationFieldParser.XGenericFieldParser.parse(Element element,
String name,
Class<?> type) |
XAnnotationField<?> |
XAnnotationParser.parseField(Element annotationElement,
String name,
Class type) |
XAnnotationField<?>[] |
XAnnotationParser.parseFields(Element annotationElement,
Class<? extends Annotation> annotationClass) |
Modifier and Type | Method and Description |
---|---|
XClass |
NXConverter.convertNClass(Class<?> theClass,
NClass nclass) |
XConstructor |
NXConverter.convertNConstructor(Class<?> theClass,
NConstructor nconstructor) |
XField |
NXConverter.convertNField(Class<?> theClass,
NField nfield) |
XMethod |
NXConverter.convertNMethod(Class<?> theClass,
NMethod nmethod) |
XPackage |
NXConverter.convertNPackage(Package thePackage,
NPackage npackage) |
XParameter |
NXConverter.convertNParameter(Class<?> parameterType,
NParameter nparameter) |
XParameter[] |
NXConverter.convertNParameters(Class<?>[] parameterTypes,
List<NParameter> nparameters) |
protected XClass |
ResourcedXReader.loadXClass(Class<?> theClass,
InputStream is) |
protected XPackage |
ResourcedXReader.loadXPackage(Package thePackage,
InputStream is) |
protected XAnnotation[] |
NXConverter.parseAnnotations(List<Element> elements) |
protected XClass |
ResourcedXReader.parseXClass(Class<?> theClass,
InputStream is) |
protected XPackage |
ResourcedXReader.parseXPackage(Package thePackage,
InputStream is) |
Copyright © 2006–2016 Highsource. All rights reserved.