| Constructor and Description |
|---|
NodeIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
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).
|
protected boolean |
requirePathGeneration()
If the path is not being used, forcing this method to return
false will disable path generation, allowing for a faster recursion.
|
protected abstract void execute(NotedKey key, com.fasterxml.jackson.databind.JsonNode value, String path)
path - the String path to the keyvalue - the JsonNode associatedprotected boolean requirePathGeneration()
Copyright © 2017. All rights reserved.