Uses of Class
pl.put.poznan.transformer.rest.dto.SortRequestDTO
-
Packages that use SortRequestDTO Package Description pl.put.poznan.transformer.logic pl.put.poznan.transformer.rest -
-
Uses of SortRequestDTO in pl.put.poznan.transformer.logic
Constructors in pl.put.poznan.transformer.logic with parameters of type SortRequestDTO Constructor Description SortService(SortRequestDTO request)Constructor for receiving a request. -
Uses of SortRequestDTO in pl.put.poznan.transformer.rest
Methods in pl.put.poznan.transformer.rest with parameters of type SortRequestDTO Modifier and Type Method Description SortResponseDTOSortingController. sort(SortRequestDTO request)Handler function for the REST controller.
-