public interface IJsonNodeWrapper extends Serializable
Modifier and Type | Method and Description |
---|---|
Object |
get() |
BigDecimal |
getBigDecimal() |
BigInteger |
getBigInteger() |
boolean |
getBoolean() |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
IJsonArrayWrapper |
getJsonArray() |
IJsonObjectWrapper |
getJsonObject() |
long |
getLong() |
String |
getString() |
boolean |
isJsonArray() |
boolean |
isJsonObject() |
boolean |
isNull() |
Object get()
boolean getBoolean()
BigInteger getBigInteger()
BigDecimal getBigDecimal()
double getDouble()
float getFloat()
int getInt()
long getLong()
String getString()
boolean isNull()
boolean isJsonArray()
boolean isJsonObject()
IJsonArrayWrapper getJsonArray()
IJsonObjectWrapper getJsonObject()
Copyright © 2022. All rights reserved.