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.Object
References a generic type.- Since:
- 3.1.0
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Type
rawType
-
Constructor Summary
Constructors Modifier Constructor Description protected
TypeReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.Type
getRawType()
(package private) java.lang.reflect.Type
getSuperclassTypeParameter(java.lang.Class<?> clazz)
java.lang.String
toString()
-