Uses of Record Class
cloud.opencode.base.web.page.PageInfo
Packages that use PageInfo
-
Uses of PageInfo in cloud.opencode.base.web
Methods in cloud.opencode.base.web with parameters of type PageInfo -
Uses of PageInfo in cloud.opencode.base.web.page
Methods in cloud.opencode.base.web.page that return PageInfoModifier and TypeMethodDescriptionstatic PageInfoPageInfo.empty()Create empty page info 创建空分页信息static PageInfoPageInfo.from(PageRequest request, long total) Create from page request 从分页请求创建static PageInfoPageInfo.of(int page, int size, long total) Create page info 创建分页信息PageResult.pageInfo()Returns the value of thepageInforecord component.Methods in cloud.opencode.base.web.page with parameters of type PageInfoConstructors in cloud.opencode.base.web.page with parameters of type PageInfoModifierConstructorDescriptionPageResult(List<T> items, PageInfo pageInfo) Compact constructor 紧凑构造函数