Interface ArrayInfo<T,C>
- All Superinterfaces:
Locatable,NonElement<T,,C> TypeInfo<T,C>
- All Known Subinterfaces:
RuntimeArrayInfo
Stand-alone array that can be marshalled/unmarshalled on its own
(without being part of any encloding
ClassInfo.)
Most of the times arrays are treated as properties of their enclosing classes, but sometimes we do need to map an array class to its own XML type. This object is used for that purpose.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from interface org.glassfish.jaxb.core.v2.model.core.NonElement
ANYTYPE_NAME -
Method Summary
Methods inherited from interface org.glassfish.jaxb.core.v2.model.annotation.Locatable
getLocation, getUpstreamMethods inherited from interface org.glassfish.jaxb.core.v2.model.core.NonElement
getTypeName, isSimpleTypeMethods inherited from interface org.glassfish.jaxb.core.v2.model.core.TypeInfo
canBeReferencedByIDREF, getType
-
Method Details
-
getItemType
NonElement<T,C> getItemType()T of T[]. The type of the items of the array.- Returns:
- never null
-