|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonNode | |
---|---|
se.unlogic.standardutils.json |
Uses of JsonNode in se.unlogic.standardutils.json |
---|
Classes in se.unlogic.standardutils.json that implement JsonNode | |
---|---|
class |
JsonArray
A JSON array component having children Equalizes the "composite" of the "composite pattern" design pattern. |
class |
JsonLeaf
A JSON value component (no children) Equalizes the "leaf" of the "composite pattern" design pattern. |
class |
JsonObject
A JSON object component having children Equalizes the "composite" of the "composite pattern" design pattern. |
Methods in se.unlogic.standardutils.json that return JsonNode | |
---|---|
static JsonNode |
JsonUtils.encode(Collection<ValidationError> validationErrors)
|
Methods in se.unlogic.standardutils.json with parameters of type JsonNode | |
---|---|
void |
JsonArray.addNode(JsonNode node)
|
void |
JsonObject.putField(String key,
JsonNode value)
|
void |
JsonArray.removeNode(JsonNode node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |