java.lang.reflect.GenericArrayType |
This interface represents an array type with a component type that is either a parameterized type or a type variable.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the component type of this array.
|
Returns the component type of this array.
TypeNotPresentException | if the component type points to a missing type |
---|---|
MalformedParameterizedTypeException | if the component type points to a type that cannot be instantiated for some reason |