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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
Parameter
public Parameter(io.vertx.openapi.contract.Parameter delegate) -
Parameter
-
-
Method Details
-
getDelegate
public io.vertx.openapi.contract.Parameter getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
getName
- Returns:
- name of this parameter
-
getIn
public io.vertx.openapi.contract.Location getIn()- Returns:
- location of this parameter
-
isRequired
public boolean isRequired()- Returns:
- true if the parameter is required, otherwise false;
-
getStyle
public io.vertx.openapi.contract.Style getStyle()- Returns:
- style of this parameter
-
isExplode
public boolean isExplode()- Returns:
- true if the parameter should become exploded, otherwise false;
-
getSchema
- Returns:
- the of the parameter
-
getSchemaType
public io.vertx.json.schema.common.dsl.SchemaType getSchemaType()- Returns:
- the of the parameter
-
newInstance
-