| Modifier and Type | Method and Description |
|---|---|
static NotedKey |
NotedKey.of(Object o)
Static creation method accepting an Object.
|
| Modifier and Type | Method and Description |
|---|---|
static List<NotedKey> |
DotNotes.keys(String s)
Takes a dot-noted String and converts it to a List of keys.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DotNotes.escape(NotedKey key)
Escapes a key input, to ensure that the returned String is a valid
key format.
|
protected abstract void |
DotNotes.NodeIterator.execute(NotedKey key,
com.fasterxml.jackson.databind.JsonNode value,
String path)
Receives a string path (in dot notation), and feeds in
the value associated (assuming it's not a missing value).
|
Copyright © 2017. All rights reserved.