Class Parameter
java.lang.Object
io.vertx.reactivex.openapi.contract.Parameter
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
This interface represents the most important attributes of an OpenAPI Parameter.
Parameter V3.1
Parameter V3.0
Parameter V3.1
Parameter V3.0
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__TYPE_ARG
-
EXTENSION_URLDECODE
- See Also:
-
-
Constructor Details
-
Parameter
-
Parameter
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
getName
- Returns:
- name of this parameter
-
getIn
- Returns:
- location of this parameter
-
isRequired
public boolean isRequired()- Returns:
- true if the parameter is required, otherwise false;
-
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
- Returns:
- the of the parameter
-
newInstance
-