Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<RequestParameter> |
__TYPE_ARG |
Constructor and Description |
---|
RequestParameter(Object delegate) |
RequestParameter(RequestParameter delegate) |
Modifier and Type | Method and Description |
---|---|
static RequestParameter |
create(Object value) |
boolean |
equals(Object o) |
Object |
get() |
Boolean |
getBoolean() |
Buffer |
getBuffer() |
RequestParameter |
getDelegate() |
Double |
getDouble() |
Float |
getFloat() |
Integer |
getInteger() |
JsonArray |
getJsonArray() |
JsonObject |
getJsonObject()
Returns null if value is not a , otherwise it returns value
|
Long |
getLong() |
String |
getString() |
int |
hashCode() |
boolean |
isBoolean() |
boolean |
isBuffer() |
boolean |
isEmpty() |
boolean |
isJsonArray() |
boolean |
isJsonObject() |
boolean |
isNull() |
boolean |
isNumber() |
boolean |
isString() |
static RequestParameter |
newInstance(RequestParameter arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<RequestParameter> __TYPE_ARG
public RequestParameter(RequestParameter delegate)
public RequestParameter(Object delegate)
public RequestParameter getDelegate()
public String getString()
String
, otherwise it returns valuepublic boolean isString()
String
instancepublic Integer getInteger()
public Long getLong()
public Float getFloat()
public Double getDouble()
public boolean isNumber()
Number
instancepublic Boolean getBoolean()
Boolean
, otherwise it returns valuepublic boolean isBoolean()
Boolean
instancepublic JsonObject getJsonObject()
public boolean isJsonObject()
public JsonArray getJsonArray()
public boolean isJsonArray()
public Buffer getBuffer()
public boolean isBuffer()
public boolean isNull()
public boolean isEmpty()
public Object get()
public static RequestParameter create(Object value)
public static RequestParameter newInstance(RequestParameter arg)
Copyright © 2022 Eclipse. All rights reserved.