Package io.quarkus.rest.data.panache
Annotation Interface MethodProperties
An optional annotation to customize generated JAX-RS resource methods.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanExpose this operation as a JAX-RS endpoint.URL path segment that should be used to access this operation.String[]List of the security roles permitted to access this operation.
-
Element Details
-
exposed
boolean exposedExpose this operation as a JAX-RS endpoint.Default: true
- Default:
- true
-
path
String pathURL path segment that should be used to access this operation. This path segment is appended to the segment specified with theResourcePropertiesannotation used on this resource.Default: ""
- Default:
- ""
-
rolesAllowed
String[] rolesAllowedList of the security roles permitted to access this operation.Default: ""
- Default:
- {}
-