|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimeArrayInfo
Field Summary |
---|
Fields inherited from interface com.sun.xml.bind.v2.model.core.NonElement |
---|
ANYTYPE_NAME |
Method Summary | |
---|---|
RuntimeNonElement |
getItemType()
T of T[]. |
java.lang.Class |
getType()
Represents T[]. |
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElement |
---|
getTransducer |
Methods inherited from interface com.sun.xml.bind.v2.model.core.NonElement |
---|
getTypeName, isSimpleType |
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo |
---|
canBeReferencedByIDREF |
Method Detail |
---|
java.lang.Class getType()
TypeInfo.getType()
but at the runtime, an array
is guaranteed to have a Class
representation, not just any Type
.
getType
in interface TypeInfo<java.lang.reflect.Type,java.lang.Class>
RuntimeNonElement getItemType()
getItemType
in interface ArrayInfo<java.lang.reflect.Type,java.lang.Class>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |