Uses of Record Class
nl.datasteel.crudcraft.runtime.controller.response.PaginatedResponse
Packages that use PaginatedResponse
-
Uses of PaginatedResponse in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller that return types with arguments of type PaginatedResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<PaginatedResponse<R>> Paginated list (optional search).org.springframework.http.ResponseEntity
<PaginatedResponse<F>> AbstractCrudController.getAllRef
(org.springframework.data.domain.Pageable pageable, Q searchRequest) Paginated list of reference DTOs.