Package io.vertx.openapi.contract
Interface Response
-
- All Superinterfaces:
OpenAPIObject
public interface Response extends OpenAPIObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,MediaType>
getContent()
List<Parameter>
getHeaders()
-
Methods inherited from interface io.vertx.openapi.contract.OpenAPIObject
getExtensions, getOpenAPIModel
-
-