Member predicate ParameterizedType::getGenericType
Gets the generic type corresponding to this parameterized type.
For example, the generic type for both X<Number>
and X<Integer>
is X<T>
.
Gets the generic type corresponding to this parameterized type.
For example, the generic type for both X<Number>
and X<Integer>
is X<T>
.