Uses of Class
dev.hilla.mappedtypes.Sort
-
Packages that use Sort Package Description dev.hilla.endpointransfermapper dev.hilla.mappedtypes -
-
Uses of Sort in dev.hilla.endpointransfermapper
Methods in dev.hilla.endpointransfermapper that return Sort Modifier and Type Method Description SortSortMapper. toTransferType(org.springframework.data.domain.Sort sort)Methods in dev.hilla.endpointransfermapper that return types with arguments of type Sort Modifier and Type Method Description Class<? extends Sort>SortMapper. getTransferType()Methods in dev.hilla.endpointransfermapper with parameters of type Sort Modifier and Type Method Description org.springframework.data.domain.SortSortMapper. toEndpointType(Sort transferSort) -
Uses of Sort in dev.hilla.mappedtypes
Methods in dev.hilla.mappedtypes that return Sort Modifier and Type Method Description SortPageable. getSort()Methods in dev.hilla.mappedtypes with parameters of type Sort Modifier and Type Method Description voidPageable. setSort(Sort sort)
-