Annotation Interface Specs
Annotation to wrap Swagger annotations used
to define specs on a route.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionio.swagger.v3.oas.annotations.Operation
The Operation Swagger annotation to associate to the annotated route. -
Optional Element Summary
-
Element Details
-
value
io.swagger.v3.oas.annotations.Operation valueThe Operation Swagger annotation to associate to the annotated route.
-
-
-
consumes
javax.ws.rs.Consumes consumesThe media types the route consumes.- Default:
- @javax.ws.rs.Consumes({""})
-
produces
javax.ws.rs.Produces producesThe media types the route produces.- Default:
- @javax.ws.rs.Produces({""})
-