public static class GenericTypeDescription.ForGenericArray.OfLoadedType extends GenericTypeDescription.ForGenericArray
GenericTypeDescription.ForGenericArray.Latent, GenericTypeDescription.ForGenericArray.OfLoadedTypeGenericTypeDescription.ForGenericArray, GenericTypeDescription.ForNonGenericType, GenericTypeDescription.ForParameterizedType, GenericTypeDescription.ForTypeVariable, GenericTypeDescription.ForWildcardType, GenericTypeDescription.LazyProjection, GenericTypeDescription.Sort, GenericTypeDescription.SuperTypeIterator, GenericTypeDescription.Visitor<T>NamedElement.WithGenericName, NamedElement.WithRuntimeNameEMPTY_NAME, NO_NAME| Constructor and Description |
|---|
OfLoadedType(GenericArrayType genericArrayType)
Creates a type description of the given generic array type.
|
| Modifier and Type | Method and Description |
|---|---|
GenericTypeDescription |
getComponentType()
Returns the component type of this type.
|
accept, asErasure, equals, getDeclaredFields, getDeclaredMethods, getInterfaces, getLowerBounds, getOwnerType, getParameters, getSort, getSourceCodeName, getStackSize, getSuperType, getSymbol, getTypeName, getUpperBounds, getVariableSource, hashCode, isArray, isPrimitive, iterator, represents, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic OfLoadedType(GenericArrayType genericArrayType)
genericArrayType - The loaded generic array type.public GenericTypeDescription getComponentType()
GenericTypeDescriptionReturns the component type of this type.
Only non-generic types (GenericTypeDescription.Sort.NON_GENERIC) and generic array types
GenericTypeDescription.Sort.GENERIC_ARRAY) define a component type. For other
types, an IllegalStateException is thrown.
null if this type does not represent an array type.Copyright © 2014–2015. All rights reserved.