public class Parameter extends Object implements io.vertx.lang.rx.RxDelegate
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<Parameter> |
__TYPE_ARG |
| Constructor and Description |
|---|
Parameter(Object delegate) |
Parameter(Parameter delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Parameter |
getDelegate() |
Location |
getIn() |
String |
getName() |
JsonSchema |
getSchema() |
SchemaType |
getSchemaType() |
Style |
getStyle() |
int |
hashCode() |
boolean |
isExplode() |
boolean |
isRequired() |
static Parameter |
newInstance(Parameter arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<Parameter> __TYPE_ARG
public Parameter(Parameter delegate)
public Parameter(Object delegate)
public Parameter getDelegate()
getDelegate in interface io.vertx.lang.rx.RxDelegatepublic String getName()
public Location getIn()
public boolean isRequired()
public Style getStyle()
public boolean isExplode()
public JsonSchema getSchema()
public SchemaType getSchemaType()
Copyright © 2025 Eclipse. All rights reserved.