Package io.micronaut.json.tree
Class JsonObject
java.lang.Object
io.micronaut.json.tree.JsonNode
io.micronaut.json.tree.JsonObject
Public to allow special handling for conversion service. Use
JsonNode.isObject()
to distinguish nodes.- Since:
- 3.1
- Author:
- Jonas Konrad
-
Method Summary
Methods inherited from class io.micronaut.json.tree.JsonNode
coerceStringValue, createArrayNode, createBooleanNode, createNumberNode, createNumberNode, createNumberNode, createNumberNode, createNumberNode, createNumberNode, createNumberNodeImpl, createObjectNode, createStringNode, from, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getNumberValue, getStringValue, isArray, isBoolean, isNull, isNumber, isString, isValueNode, nullNode
-
Method Details
-
getValue
Description copied from class:JsonNode
Get the value reprinting this node. -
size
public int size() -
isObject
public boolean isObject() -
get
-
get
-
values
-
entries
-
equals
-
hashCode
public int hashCode() -
isContainerNode
public boolean isContainerNode()- Overrides:
isContainerNode
in classJsonNode
- Returns:
true
iff this node is a container node (array or object).
-