public interface ParameterizedClass
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getParameterType()
Returns the base type for the class parameterization.
|
boolean |
hasParameterizedType()
Queries whether this class explicitly utilizes a parameterized type.
|
java.lang.Class<?> getParameterType()
boolean hasParameterizedType()
true if this class utilizes a parameterized type.