Package io.jmix.rest.annotation
Annotation Interface RestMethod
Exposes a service method through the Generic REST API.
Parameter names used by REST can be specified explicitly with RestParam.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Default:
""
-
httpMethods
RestHttpMethod[] httpMethods- Default:
{GET, POST}
-