| java.lang.reflect.GenericArrayType | Type |
Represents an array type with a component type that is parameterized or a type variable.
| Type | getGenericComponentType() | ||||
| The Type that represents the component type of the array. | |||||
| TypeNotPresentException | if the component type points to a missing type. |
|---|---|
| MalformedParameterizedTypeException | if the component type points to a type that can't be instantiated for some reason. |