org.codehaus.jackson.map.type
Class TypeReference<T>
java.lang.Object
org.codehaus.jackson.type.TypeReference<T>
org.codehaus.jackson.map.type.TypeReference<T>
- All Implemented Interfaces:
- Comparable<TypeReference<T>>
Deprecated.
@Deprecated
public abstract class TypeReference<T>
- extends TypeReference<T>
This is the older deprecated version of
TypeReference: please use the
newer version, as this one will get deleted before 1.0 release
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeReference
protected TypeReference()
- Deprecated.