Package io.vertx.mutiny.openapi.contract
Class Parameter
java.lang.Object
io.vertx.mutiny.openapi.contract.Parameter
- 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.Parameterio.vertx.openapi.contract.LocationgetIn()getName()io.vertx.json.schema.common.dsl.SchemaTypeio.vertx.openapi.contract.StylegetStyle()inthashCode()booleanbooleanstatic ParameternewInstance(io.vertx.openapi.contract.Parameter arg) toString()
- 
Field Details- 
__TYPE_ARG
 
- 
- 
Constructor Details- 
Parameterpublic Parameter(io.vertx.openapi.contract.Parameter delegate) 
- 
Parameter
 
- 
- 
Method Details- 
getDelegatepublic io.vertx.openapi.contract.Parameter getDelegate()- Specified by:
- getDelegatein interface- MutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
getName- Returns:
- name of this parameter
 
- 
getInpublic io.vertx.openapi.contract.Location getIn()- Returns:
- location of this parameter
 
- 
isRequiredpublic boolean isRequired()- Returns:
- true if the parameter is required, otherwise false;
 
- 
getStylepublic io.vertx.openapi.contract.Style getStyle()- Returns:
- style of this parameter
 
- 
isExplodepublic boolean isExplode()- Returns:
- true if the parameter should become exploded, otherwise false;
 
- 
getSchema- Returns:
- the of the parameter
 
- 
getSchemaTypepublic io.vertx.json.schema.common.dsl.SchemaType getSchemaType()- Returns:
- the of the parameter
 
- 
newInstance
 
-