com.sun.xml.bind.v2.model.core.ArrayInfo<java.lang.reflect.Type,java.lang.Class>, com.sun.xml.bind.v2.model.annotation.Locatable, com.sun.xml.bind.v2.model.core.NonElement<java.lang.reflect.Type,java.lang.Class>, RuntimeNonElement, RuntimeTypeInfo, com.sun.xml.bind.v2.model.core.TypeInfo<java.lang.reflect.Type,java.lang.Class>public interface RuntimeArrayInfo extends com.sun.xml.bind.v2.model.core.ArrayInfo<java.lang.reflect.Type,java.lang.Class>, RuntimeNonElement
| Modifier and Type | Method | Description |
|---|---|---|
RuntimeNonElement |
getItemType() |
|
java.lang.Class |
getType() |
Represents
T[]. |
getLocation, getUpstreamgetTypeName, isSimpleTypegetTransducerjava.lang.Class getType()
T[].
The same as TypeInfo.getType() but at the runtime, an array
is guaranteed to have a Class representation, not just any Type.getType in interface com.sun.xml.bind.v2.model.core.TypeInfo<java.lang.reflect.Type,java.lang.Class>RuntimeNonElement getItemType()
getItemType in interface com.sun.xml.bind.v2.model.core.ArrayInfo<java.lang.reflect.Type,java.lang.Class>Copyright © 2018 Oracle Corporation. All rights reserved.