public interface NotedHandler
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String path,
com.fasterxml.jackson.databind.JsonNode value)
Receives a string path (in dot notation), and feeds in
the value associated (assuming it's not a missing value).
|
void execute(String path, com.fasterxml.jackson.databind.JsonNode value)
path - the String path to the keyvalue - the JsonNode associatedCopyright © 2017. All rights reserved.