Package org.apache.ibatis.type
Class TypeReference<T>
- java.lang.Object
-
- org.apache.ibatis.type.TypeReference<T>
-
- Type Parameters:
T- the referenced type
- Direct Known Subclasses:
BaseTypeHandler
public abstract class TypeReference<T> extends java.lang.ObjectReferences a generic type.- Since:
- 3.1.0
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.TyperawType
-
Constructor Summary
Constructors Modifier Constructor Description protectedTypeReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.TypegetRawType()(package private) java.lang.reflect.TypegetSuperclassTypeParameter(java.lang.Class<?> clazz)java.lang.StringtoString()
-