|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.annox.parser.XAnnotationFieldParser<T[],V[]>
org.jvnet.annox.parser.XAnnotationFieldParser.XArrayFieldParser<Byte,Byte>
org.jvnet.annox.parser.XAnnotationFieldParser.XByteArrayFieldParser
public static class XAnnotationFieldParser.XByteArrayFieldParser
Nested Class Summary |
---|
Field Summary |
---|
Fields inherited from class org.jvnet.annox.parser.XAnnotationFieldParser |
---|
ANNOTATION, ANNOTATION_ARRAY, BOOLEAN, BOOLEAN_ARRAY, BYTE, BYTE_ARRAY, CHAR, CHAR_ARRAY, CLASS, CLASS_ARRAY, DOUBLE, DOUBLE_ARRAY, ENUM, ENUM_ARRAY, FLOAT, FLOAT_ARRAY, GENERIC, INT, INT_ARRAY, LONG, LONG_ARRAY, SHORT, SHORT_ARRAY, STRING, STRING_ARRAY, XANNOTATION, XANNOTATION_ARRAY |
Constructor Summary | |
---|---|
XAnnotationFieldParser.XByteArrayFieldParser()
|
Method Summary | |
---|---|
XAnnotationField<Byte[]> |
construct(String name,
Byte[] value,
Class<?> type)
|
Methods inherited from class org.jvnet.annox.parser.XAnnotationFieldParser.XArrayFieldParser |
---|
parse, parse, parse |
Methods inherited from class org.jvnet.annox.parser.XAnnotationFieldParser |
---|
detectType, getAnnotationFieldValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XAnnotationFieldParser.XByteArrayFieldParser()
Method Detail |
---|
public XAnnotationField<Byte[]> construct(String name, Byte[] value, Class<?> type)
construct
in class XAnnotationFieldParser.XArrayFieldParser<Byte,Byte>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |