Interface RuntimeArrayInfo
- All Superinterfaces:
ArrayInfo<Type,
,Class> Locatable
,NonElement<Type,
,Class> RuntimeNonElement
,RuntimeTypeInfo
,TypeInfo<Type,
Class>
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from interface com.sun.xml.bind.v2.model.core.NonElement
ANYTYPE_NAME
-
Method Summary
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable
getLocation, getUpstream
Methods inherited from interface com.sun.xml.bind.v2.model.core.NonElement
getTypeName, isSimpleType
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElement
getTransducer
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo
canBeReferencedByIDREF
-
Method Details
-
getType
Class getType()RepresentsT[]
. The same asTypeInfo.getType()
but at the runtime, an array is guaranteed to have aClass
representation, not just anyType
. -
getItemType
RuntimeNonElement getItemType()T of T[]. The type of the items of the array.- Specified by:
getItemType
in interfaceArrayInfo<Type,
Class> - Returns:
- never null
-