Uses of Class
com.calumma.backend.model.request.RequestQueryConfig
-
Packages that use RequestQueryConfig Package Description com.calumma.backend.model.request com.calumma.backend.web.controller -
-
Uses of RequestQueryConfig in com.calumma.backend.model.request
Methods in com.calumma.backend.model.request that return types with arguments of type RequestQueryConfig Modifier and Type Method Description List<RequestQueryConfig>RequestQueryConfigBuilder. build()Constructor parameters in com.calumma.backend.model.request with type arguments of type RequestQueryConfig Constructor Description ParsedRequest(List<RequestQueryConfig> requestQueryConfigs) -
Uses of RequestQueryConfig in com.calumma.backend.web.controller
Methods in com.calumma.backend.web.controller that return types with arguments of type RequestQueryConfig Modifier and Type Method Description abstract List<RequestQueryConfig>BaseController. getQueryRequestConfiguration()
-