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