Uses of Class
dev.hilla.mappedtypes.Pageable
-
Packages that use Pageable Package Description dev.hilla.endpointransfermapper -
-
Uses of Pageable in dev.hilla.endpointransfermapper
Methods in dev.hilla.endpointransfermapper that return Pageable Modifier and Type Method Description PageablePageableMapper. toTransferType(org.springframework.data.domain.Pageable pageable)Methods in dev.hilla.endpointransfermapper that return types with arguments of type Pageable Modifier and Type Method Description Class<? extends Pageable>PageableMapper. getTransferType()Methods in dev.hilla.endpointransfermapper with parameters of type Pageable Modifier and Type Method Description org.springframework.data.domain.PageablePageableMapper. toEndpointType(Pageable transferPageable)
-