public abstract class ParameterizedType<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Class |
rawType |
java.util.List<ParameterizedType> |
typeParameters |
| Constructor and Description |
|---|
ParameterizedType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final java.lang.Class rawType
public final java.util.List<ParameterizedType> typeParameters