| Modifier and Type | Method and Description |
|---|---|
static void |
DotNotes.recurse(com.fasterxml.jackson.databind.JsonNode node,
DotNotes.NodeIterator handler)
A small wrapper to $
DotNotes.recurse(JsonNode, NodeIterator, String) to allow omitting
a third parameter, passing null instead. |
static void |
DotNotes.recurse(com.fasterxml.jackson.databind.JsonNode node,
DotNotes.NodeIterator handler,
String start)
Moves through the provided JsonNode, emitting values to the $
execute(NotedKey, JsonNode, String)
method of a provided handler. |
Copyright © 2017. All rights reserved.