类 FileConfigDO.FileClientConfigTypeHandler

java.lang.Object
org.apache.ibatis.type.TypeReference<Object>
org.apache.ibatis.type.BaseTypeHandler<Object>
com.baomidou.mybatisplus.extension.handlers.AbstractJsonTypeHandler<Object>
xyz.migoo.framework.infra.dal.dataobject.file.FileConfigDO.FileClientConfigTypeHandler
所有已实现的接口:
com.baomidou.mybatisplus.core.handlers.IJsonTypeHandler<Object>, org.apache.ibatis.type.TypeHandler<Object>
封闭类:
FileConfigDO

public static class FileConfigDO.FileClientConfigTypeHandler extends com.baomidou.mybatisplus.extension.handlers.AbstractJsonTypeHandler<Object>
  • 字段概要

    从类继承的字段 com.baomidou.mybatisplus.extension.handlers.AbstractJsonTypeHandler

    genericType, log, type

    从类继承的字段 org.apache.ibatis.type.BaseTypeHandler

    configuration
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    parse(String json)
     
     

    从类继承的方法 com.baomidou.mybatisplus.extension.handlers.AbstractJsonTypeHandler

    getFieldType, getNullableResult, getNullableResult, getNullableResult, setNonNullParameter

    从类继承的方法 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
  • 构造器详细资料

    • FileClientConfigTypeHandler

      public FileClientConfigTypeHandler(Class<?> type)
  • 方法详细资料