Package org.drasyl.util
Class TypeReference<T>
java.lang.Object
org.drasyl.util.TypeReference<T>
- Type Parameters:
T
- the type we need the full generic type information from
This class is used for obtaining full generics type information by sub-classing.
Adapted from http://gafter.blogspot.com/2006/12/super-type-tokens.html
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TypeReference
protected TypeReference()
-
-
Method Details
-
getType
Gets the referenced type.
-