org.apache.ibatis.type
Class TypeReference<T>

java.lang.Object
  extended by org.apache.ibatis.type.TypeReference<T>
Type Parameters:
T - the referenced type
Direct Known Subclasses:
BaseTypeHandler

public abstract class TypeReference<T>
extends Object

References a generic type.

Since:
3.1.0

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

Constructor Detail

TypeReference

protected TypeReference()
Method Detail

getRawType

public final Type getRawType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.