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