Uses of Class
io.swagger.v3.oas.annotations.media.Content
-
Packages that use Content Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.parameters io.swagger.v3.oas.annotations.responses -
-
Uses of Content in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.annotations that return Content Modifier and Type Method Description Content[]
content()
The representation of this parameter, for different media types. -
Uses of Content in io.swagger.v3.oas.annotations.parameters
Methods in io.swagger.v3.oas.annotations.parameters that return Content Modifier and Type Method Description Content[]
content()
The content of the request body. -
Uses of Content in io.swagger.v3.oas.annotations.responses
Methods in io.swagger.v3.oas.annotations.responses that return Content Modifier and Type Method Description Content[]
content()
An array containing descriptions of potential response payloads, for different media types.
-