public class Parameter extends Object
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()
public String getName()
public Location getIn()
public boolean isRequired()
public Style getStyle()
public boolean isExplode()
public JsonSchema getSchema()
public SchemaType getSchemaType()
Copyright © 2024 Eclipse. All rights reserved.