Package org.int4.dirk.util
Class TypeReference<T>
- java.lang.Object
-
- org.int4.dirk.util.TypeReference<T>
-
- Type Parameters:
T- a generic type that must be provided
public abstract class TypeReference<T> extends java.lang.ObjectHelper class that can be subclassed to provide full generic type information.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTypeReference()Constructs a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.TypegetType()Gets the referenced type.
-