Package org.midheaven.lang.reflection
Class ParametricTypeReference<T>
java.lang.Object
org.midheaven.lang.reflection.TypeReference
org.midheaven.lang.reflection.ParametricTypeReference<T>
- Type Parameters:
T- the base type
Represents Parametric Type Reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Tstatic <X> ParametricTypeReference<X> from(TypeReference reference) Methods inherited from class org.midheaven.lang.reflection.TypeReference
collection, equals, hashCode, isAssignableTo, isAssignableTo, isInstance, isPrimitive, kind, map, of, of, parameterTypes, toString
-
Constructor Details
-
ParametricTypeReference
public ParametricTypeReference()
-
-
Method Details
-
from
-
cast
-
rootClass
- Specified by:
rootClassin classTypeReference
-