Package io.vertx.mutiny.openapi.contract
Class Path
java.lang.Object
io.vertx.mutiny.openapi.contract.Path
- All Implemented Interfaces:
MutinyDelegate
This interface represents the most important attributes of an OpenAPI Parameter.
Parameter V3.1
Parameter V3.0 NOTE: This class has been automatically generated from the
Parameter V3.1
Parameter V3.0 NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.PathgetName()inthashCode()static PathnewInstance(io.vertx.openapi.contract.Path arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Path
public Path(io.vertx.openapi.contract.Path delegate) -
Path
-
-
Method Details
-
getDelegate
public io.vertx.openapi.contract.Path getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
getName
- Returns:
- the name of this path
-
getOperations
- Returns:
- operations of this path
-
getParameters
- Returns:
- parameters of this path
-
newInstance
-