Package io.jmix.rest.annotation
Annotation Interface RestMethod
Exposes a service method through the Generic REST API.
-
Optional Element Summary
-
Element Details
-
value
String value- Default:
- ""
-
httpMethods
RestHttpMethod[] httpMethods- Default:
- {GET, POST}
-