类分层结构
- java.lang.Object
- com.baomidou.mybatisplus.core.handlers.CompositeEnumTypeHandler<E> (implements org.apache.ibatis.type.TypeHandler<T>)
- com.baomidou.mybatisplus.core.handlers.StrictFill<T,E>
- org.apache.ibatis.type.TypeReference<T>
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
- com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler<E>
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
接口分层结构
- com.baomidou.mybatisplus.core.handlers.MetaObjectHandler