Package dev.relism.flash.ext.openapi
Annotation Interface RequestBody
The body this operation takes, for a handler that reads it by hand.
A handler extending BodyHandler — JsonHandler and its like — needs none of
this: its body type is its type argument and its media type comes from @Consumes. Use
this when the body is read straight off the request, or to describe it as something other than
what the handler parses.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleandev.relism.flash.http.ContentTypeboolean