Class RequestParameter
java.lang.Object
io.vertx.rxjava3.openapi.validation.RequestParameter
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate, Parameter
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRequestParameter(RequestParameter delegate) RequestParameter(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanget()getBoolean(Boolean defaultValue) getFloat()getInteger(Integer defaultValue) getJsonArray(JsonArray defaultValue) getJsonObject(JsonObject defaultValue) getLong()inthashCode()booleanbooleanisBuffer()booleanisEmpty()booleanbooleanbooleanisNull()booleanisNumber()booleanisString()static RequestParametertoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
RequestParameter
-
RequestParameter
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceParameter- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
getString
-
getString
-
isString
-
getInteger
- Specified by:
getIntegerin interfaceParameter- Returns:
- null if value is not a
Number, otherwise it returns value asInteger
-
getInteger
- Specified by:
getIntegerin interfaceParameter- Parameters:
defaultValue-- Returns:
- the default supplied if value is not a
Numberor is null, otherwise it returns the value.
-
getLong
-
getLong
-
getFloat
-
getFloat
-
getDouble
-
getDouble
-
isNumber
-
getBoolean
- Specified by:
getBooleanin interfaceParameter- Returns:
- null if value is not a
Boolean, otherwise it returns value
-
getBoolean
- Specified by:
getBooleanin interfaceParameter- Parameters:
defaultValue-- Returns:
- the default supplied if value is not a
Booleanor is null, otherwise it returns the value.
-
isBoolean
-
getJsonObject
- Specified by:
getJsonObjectin interfaceParameter- Returns:
- null if value is not a , otherwise it returns value
-
getJsonObject
- Specified by:
getJsonObjectin interfaceParameter- Parameters:
defaultValue-- Returns:
- the default supplied if value is not a or is null, otherwise it returns the value.
-
isJsonObject
public boolean isJsonObject()- Specified by:
isJsonObjectin interfaceParameter- Returns:
- true if value of this instance is a instance
-
getJsonArray
- Specified by:
getJsonArrayin interfaceParameter- Returns:
- null if value is not a , otherwise it returns value
-
getJsonArray
- Specified by:
getJsonArrayin interfaceParameter- Parameters:
defaultValue-- Returns:
- the default supplied if value is not a or is null, otherwise it returns the value.
-
isJsonArray
public boolean isJsonArray()- Specified by:
isJsonArrayin interfaceParameter- Returns:
- true if value of this instance is a instance
-
getBuffer
-
getBuffer
-
isBuffer
-
isNull
-
isEmpty
-
get
-
newInstance
-