net.arnx.jsonic
Class TypeReference<T>

java.lang.Object
  extended by net.arnx.jsonic.TypeReference<T>
All Implemented Interfaces:
Type

public abstract class TypeReference<T>
extends Object
implements Type


Constructor Summary
TypeReference()
           
 
Method Summary
 Type getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeReference

public TypeReference()
Method Detail

getType

public Type getType()

toString

public String toString()
Overrides:
toString in class Object