类 AbstractJsonTypeHandler<T>
java.lang.Object
org.apache.ibatis.type.TypeReference<T>
org.apache.ibatis.type.BaseTypeHandler<T>
com.baomidou.mybatisplus.extension.handlers.AbstractJsonTypeHandler<T>
- 所有已实现的接口:
com.baomidou.mybatisplus.core.handlers.IJsonTypeHandler<T>,org.apache.ibatis.type.TypeHandler<T>
public abstract class AbstractJsonTypeHandler<T>
extends org.apache.ibatis.type.BaseTypeHandler<T>
implements com.baomidou.mybatisplus.core.handlers.IJsonTypeHandler<T>
- 从以下版本开始:
- 2019-11-28
- 作者:
- miemie
-
字段概要
字段从类继承的字段 org.apache.ibatis.type.BaseTypeHandler
configuration -
构造器概要
构造器构造器说明AbstractJsonTypeHandler(Class<?> type) 默认初始化AbstractJsonTypeHandler(Class<?> type, Field field) 通过字段初始化 -
方法概要
修饰符和类型方法说明getNullableResult(CallableStatement cs, int columnIndex) getNullableResult(ResultSet rs, int columnIndex) getNullableResult(ResultSet rs, String columnName) voidsetNonNullParameter(PreparedStatement ps, int i, T parameter, org.apache.ibatis.type.JdbcType jdbcType) 从类继承的方法 org.apache.ibatis.type.BaseTypeHandler
getResult, getResult, getResult, setConfiguration, setParameter从类继承的方法 org.apache.ibatis.type.TypeReference
getRawType, toString从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 com.baomidou.mybatisplus.core.handlers.IJsonTypeHandler
parse, toJson
-
字段详细资料
-
log
protected final org.apache.ibatis.logging.Log log -
type
-
genericType
- 从以下版本开始:
- 3.5.6
-
-
构造器详细资料
-
AbstractJsonTypeHandler
默认初始化- 参数:
type- 类型
-
AbstractJsonTypeHandler
通过字段初始化- 参数:
type- 类型field- 字段- 从以下版本开始:
- 3.5.6
-
-
方法详细资料
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, T parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException - 指定者:
setNonNullParameter在类中org.apache.ibatis.type.BaseTypeHandler<T>- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<T>- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<T>- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<T>- 抛出:
SQLException
-
getFieldType
-