Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination.PaginationSpec
Packages that use PaginationSpec
-
Uses of PaginationSpec in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination that return PaginationSpecModifier and TypeMethodDescription@NotNull PaginationSpec<T>PaginationImpl.spec()Returns the immutable declaration this token was built from.Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination with parameters of type PaginationSpecModifier and TypeMethodDescription@NotNull PageSource<T>PaginationSourceSpec.createSource(@NotNull ViewContext context, @NotNull PaginationSpec<T> spec, @NotNull PlatformScheduler scheduler) Creates (or returns) thePageSourcefor one context.Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination with parameters of type PaginationSpecModifierConstructorDescriptionPaginationBinding(@NotNull PaginationSpec<?> spec, int tokenId, @NotNull ViewSession session, @NotNull ViewEngine engine) Creates the binding for one pagination token of one session.PaginationImpl(@NotNull View owner, @NotNull TokenTable table, @NotNull PaginationSpec<T> spec) Creates and registers the token; called byPaginationBuilderImpl.build(), so registration happens at build time.