org.codehaus.jackson.map.type
Class TypeReference<T>

java.lang.Object
  extended by org.codehaus.jackson.type.TypeReference<T>
      extended by 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


Constructor Summary
protected TypeReference()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.codehaus.jackson.type.TypeReference
compareTo, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeReference

protected TypeReference()
Deprecated.