类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- com.github.liuanxin.page.model.PageList<E>
- com.github.liuanxin.page.dialect.Dialect
- com.github.liuanxin.page.dialect.DialectUtil
- com.github.liuanxin.page.PageInterceptor (implements org.apache.ibatis.plugin.Interceptor)
- com.github.liuanxin.page.render.PageListToPageInterceptor (implements org.springframework.web.servlet.HandlerInterceptor)
- com.github.liuanxin.page.util.PageUtil
- org.apache.ibatis.session.RowBounds
- com.github.liuanxin.page.model.PageBounds (implements java.io.Serializable)
- com.fasterxml.jackson.core.TreeCodec
- com.fasterxml.jackson.core.ObjectCodec (implements com.fasterxml.jackson.core.Versioned)
- com.fasterxml.jackson.databind.ObjectMapper (implements java.io.Serializable, com.fasterxml.jackson.core.Versioned)
Copyright © 2019. All Rights Reserved.