类 LicenseExtendsTypeHandler

java.lang.Object
org.apache.ibatis.type.TypeReference<T>
org.apache.ibatis.type.BaseTypeHandler<E>
net.guerlab.spring.mybatis.AbstractTypeHandler<net.guerlab.smart.license.core.domain.LicenseExtends>
net.guerlab.spring.mybatis.typehandlers.LicenseExtendsTypeHandler
所有已实现的接口:
org.apache.ibatis.type.TypeHandler<net.guerlab.smart.license.core.domain.LicenseExtends>

public class LicenseExtendsTypeHandler
extends net.guerlab.spring.mybatis.AbstractTypeHandler<net.guerlab.smart.license.core.domain.LicenseExtends>
扩展信息表类型处理
作者:
guer
  • 字段概要

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

    configuration
  • 构造器概要

    构造器 
    构造器 说明
    LicenseExtendsTypeHandler()  
  • 方法概要

    修饰符和类型 方法 说明
    protected com.fasterxml.jackson.core.type.TypeReference<net.guerlab.smart.license.core.domain.LicenseExtends> getTypeReference()  

    从类继承的方法 net.guerlab.spring.mybatis.AbstractTypeHandler

    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
  • 构造器详细资料

  • 方法详细资料

    • getTypeReference

      protected com.fasterxml.jackson.core.type.TypeReference<net.guerlab.smart.license.core.domain.LicenseExtends> getTypeReference()
      指定者:
      getTypeReference 在类中 net.guerlab.spring.mybatis.AbstractTypeHandler<net.guerlab.smart.license.core.domain.LicenseExtends>