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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.PathgetName()inthashCode()static PathnewInstance(io.vertx.openapi.contract.Path arg) toString()
- 
Field Details- 
__TYPE_ARG
 
- 
- 
Constructor Details- 
Pathpublic Path(io.vertx.openapi.contract.Path delegate) 
- 
Path
 
- 
- 
Method Details- 
getDelegatepublic io.vertx.openapi.contract.Path getDelegate()- Specified by:
- getDelegatein interface- MutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
getName- Returns:
- the name of this path
 
- 
getOperations- Returns:
- operations of this path
 
- 
getParameters- Returns:
- parameters of this path
 
- 
newInstance
 
-