程序包io.github.lishangbu.orange.mybatisplus.extension.handlers的分层结构
类分层结构
- java.lang.Object
- org.apache.ibatis.type.TypeReference<T>
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
- com.baomidou.mybatisplus.extension.handlers.AbstractJsonTypeHandler<T> (implements com.baomidou.mybatisplus.core.handlers.IJsonTypeHandler<T>)
- io.github.lishangbu.orange.mybatisplus.extension.handlers.Jackson3TypeHandler
 
 
- com.baomidou.mybatisplus.extension.handlers.AbstractJsonTypeHandler<T> (implements com.baomidou.mybatisplus.core.handlers.IJsonTypeHandler<T>)
 
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
 
- org.apache.ibatis.type.TypeReference<T>