程序包com.baomidou.mybatisplus.core.handlers的分层结构

程序包分层结构:

类分层结构

  • 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>)

接口分层结构