| Package | Description |
|---|---|
| com.zackehh.dotnotes |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
DotNotes.create(String path,
com.fasterxml.jackson.databind.JsonNode value)
A wrapper to $
DotNotes.create(String, JsonNode, JsonNode), simply passing
through parameters and appending `null` to the argument set. |
static com.fasterxml.jackson.databind.JsonNode |
DotNotes.create(String path,
com.fasterxml.jackson.databind.JsonNode value,
com.fasterxml.jackson.databind.JsonNode target)
Uses a dot-noted path in order to create a given value in the given leaf of a tree.
|
static com.fasterxml.jackson.databind.JsonNode |
DotNotes.get(String path,
com.fasterxml.jackson.databind.JsonNode node)
Uses a String path to create a List of keys in order to move
through a nested $
JsonNode in order to find a specific
value. |
static com.fasterxml.jackson.databind.JsonNode |
DotNotes.inflate(com.fasterxml.jackson.databind.node.ObjectNode node)
A wrapper to $
DotNotes.inflate(ObjectNode, ObjectNode), simply passing
through parameters and appending `null` to the argument set. |
static com.fasterxml.jackson.databind.JsonNode |
DotNotes.inflate(com.fasterxml.jackson.databind.node.ObjectNode node,
com.fasterxml.jackson.databind.node.ObjectNode target)
Inflates an $
ObjectNode which has been flattened previously, returning a
$JsonNode. |
static List<NotedKey> |
DotNotes.keys(String s)
Takes a dot-noted String and converts it to a List of keys.
|
Copyright © 2017. All rights reserved.