T
- the type which potentially has parameterized typespublic interface TypeWithTypeParameters<T>
Modifier and Type | Method | Description |
---|---|---|
Class<T> |
getType() |
|
List<? extends TypeWithTypeParameters<?>> |
getTypeParameters() |
List<? extends TypeWithTypeParameters<?>> getTypeParameters()
getType()