Methods in org.jvnet.annox.parser that return XAnnotationField |
XAnnotationField<XAnnotation[]> |
XAnnotationFieldParser.XAnnotationItemArrayFieldParser.construct(String name,
Annotation[] annotations,
Class<?> type)
|
XAnnotationField<XAnnotation> |
XAnnotationFieldParser.XAnnotationItemFieldParser.construct(String name,
Annotation annotation,
Class<?> type)
|
XAnnotationField<Boolean[]> |
XAnnotationFieldParser.XBooleanArrayFieldParser.construct(String name,
Boolean[] value,
Class<?> type)
|
XAnnotationField<Boolean> |
XAnnotationFieldParser.XBooleanFieldParser.construct(String name,
Boolean value,
Class<?> type)
|
XAnnotationField<Byte[]> |
XAnnotationFieldParser.XByteArrayFieldParser.construct(String name,
Byte[] value,
Class<?> type)
|
XAnnotationField<Byte> |
XAnnotationFieldParser.XByteFieldParser.construct(String name,
Byte value,
Class<?> type)
|
XAnnotationField<Character[]> |
XAnnotationFieldParser.XCharArrayFieldParser.construct(String name,
Character[] value,
Class<?> type)
|
XAnnotationField<Character> |
XAnnotationFieldParser.XCharFieldParser.construct(String name,
Character value,
Class<?> type)
|
XAnnotationField<Double[]> |
XAnnotationFieldParser.XDoubleArrayFieldParser.construct(String name,
Double[] value,
Class<?> type)
|
XAnnotationField<Double> |
XAnnotationFieldParser.XDoubleFieldParser.construct(String name,
Double value,
Class<?> type)
|
XAnnotationField<Enum[]> |
XAnnotationFieldParser.XEnumArrayFieldParser.construct(String name,
Enum[] value,
Class<?> type)
|
XAnnotationField<Enum> |
XAnnotationFieldParser.XEnumFieldParser.construct(String name,
Enum value,
Class<?> type)
|
XAnnotationField<Float[]> |
XAnnotationFieldParser.XFloatArrayFieldParser.construct(String name,
Float[] value,
Class<?> type)
|
XAnnotationField<Float> |
XAnnotationFieldParser.XFloatFieldParser.construct(String name,
Float value,
Class<?> type)
|
XAnnotationField<Integer[]> |
XAnnotationFieldParser.XIntArrayFieldParser.construct(String name,
Integer[] value,
Class<?> type)
|
XAnnotationField<Integer> |
XAnnotationFieldParser.XIntFieldParser.construct(String name,
Integer value,
Class<?> type)
|
XAnnotationField<Long[]> |
XAnnotationFieldParser.XLongArrayFieldParser.construct(String name,
Long[] value,
Class<?> type)
|
XAnnotationField<Long> |
XAnnotationFieldParser.XLongFieldParser.construct(String name,
Long value,
Class<?> type)
|
XAnnotationField<Class[]> |
XAnnotationFieldParser.XClassArrayFieldParser.construct(String name,
Object[] value,
Class<?> type)
|
XAnnotationField<Class> |
XAnnotationFieldParser.XClassFieldParser.construct(String name,
Object value,
Class<?> type)
|
XAnnotationField<Short[]> |
XAnnotationFieldParser.XShortArrayFieldParser.construct(String name,
Short[] value,
Class<?> type)
|
XAnnotationField<Short> |
XAnnotationFieldParser.XShortFieldParser.construct(String name,
Short value,
Class<?> type)
|
XAnnotationField<String[]> |
XAnnotationFieldParser.XStringArrayFieldParser.construct(String name,
String[] value,
Class<?> type)
|
XAnnotationField<String> |
XAnnotationFieldParser.XStringFieldParser.construct(String name,
String value,
Class<?> type)
|
abstract XAnnotationField<T[]> |
XAnnotationFieldParser.XArrayFieldParser.construct(String name,
V[] value,
Class<?> type)
|
abstract XAnnotationField<T> |
XAnnotationFieldParser.construct(String name,
V value,
Class<?> type)
|
abstract XAnnotationField<T> |
XAnnotationFieldParser.XFieldParser.construct(String name,
V value,
Class<?> type)
|
XAnnotationField<T> |
XAnnotationFieldParser.XGenericFieldParser.construct(String name,
V value,
Class<?> type)
|
XAnnotationField<XAnnotation[]> |
XAnnotationFieldParser.XAnnotationItemXArrayFieldParser.construct(String name,
XAnnotation[] annotations,
Class<?> type)
|
XAnnotationField<XAnnotation> |
XAnnotationFieldParser.XAnnotationXItemFieldParser.construct(String name,
XAnnotation annotation,
Class<?> type)
|
abstract XAnnotationField<T> |
XAnnotationFieldParser.parse(Annotation annotation,
String name,
Class<?> type)
|
XAnnotationField<T> |
XAnnotationFieldParser.XFieldParser.parse(Annotation annotation,
String name,
Class<?> type)
|
XAnnotationField<T[]> |
XAnnotationFieldParser.XArrayFieldParser.parse(Annotation annotation,
String name,
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.XAnnotationItemArrayFieldParser.parse(Annotation annotation,
String name,
Class<?> type)
|
XAnnotationField<XAnnotation[]> |
XAnnotationFieldParser.XAnnotationItemXArrayFieldParser.parse(Annotation annotation,
String name,
Class<?> type)
|
XAnnotationField<T> |
XAnnotationFieldParser.XGenericFieldParser.parse(Annotation annotation,
String name,
Class<?> type)
|
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(Annotation annotation,
String name,
Class type)
|
XAnnotationField<?> |
XAnnotationParser.parseField(Element annotationElement,
String name,
Class type)
|
XAnnotationField<?>[] |
XAnnotationParser.parseFields(Annotation annotation)
|
XAnnotationField<?>[] |
XAnnotationParser.parseFields(Element annotationElement,
Class<? extends Annotation> annotationClass)
|