public interface RuntimeArrayInfo extends ArrayInfo<Type,Class>, RuntimeNonElement
ANYTYPE_NAME
Modifier and Type | Method and Description |
---|---|
RuntimeNonElement |
getItemType()
T of T[].
|
Class |
getType()
Represents
T[] . |
getTransducer
getTypeName, isSimpleType
canBeReferencedByIDREF
getLocation, getUpstream
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
.RuntimeNonElement getItemType()
getItemType
in interface ArrayInfo<Type,Class>
Copyright © 2019 JBoss by Red Hat. All rights reserved.