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