Package aQute.lib.converter
Class TypeReference<T>
java.lang.Object
aQute.lib.converter.TypeReference<T>
- All Implemented Interfaces:
Type
Reference to a type. This class should be used as an extension of an inner
class. E.g.
new TypeReference<ListThe type then gets encoded in the generic super class of the instance.>() {}
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypeReference
protected TypeReference()
-
-
Method Details
-
getType
-
getTypeName
- Specified by:
getTypeName
in interfaceType
-
toString
-