Package io.jmix.samples.rest.service
Class RestAnnotatedParamsTestService
java.lang.Object
io.jmix.samples.rest.service.RestAnnotatedParamsTestService
@RestService("jmix_RestAnnotatedParamsTestService")
public class RestAnnotatedParamsTestService
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethodWithBlankParam(int value) methodWithDuplicateParams(int first, int second) sum(int number1, int number2)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
RestAnnotatedParamsTestService
public RestAnnotatedParamsTestService()
-
-
Method Details
-
sum
-
noParamsMethod
-
methodWithBlankParam
-
methodWithDuplicateParams
@RestMethod public Integer methodWithDuplicateParams(@RestParam("dup") int first, @RestParam("dup") int second)
-