Package io.vertx.openapi.contract
Interface Path
-
- All Superinterfaces:
OpenAPIObject
public interface Path extends OpenAPIObject
This interface represents the most important attributes of an OpenAPI Parameter.
Parameter V3.1
Parameter V3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
List<Operation>
getOperations()
List<Parameter>
getParameters()
-
Methods inherited from interface io.vertx.openapi.contract.OpenAPIObject
getExtensions, getOpenAPIModel
-
-