public interface Preprocessor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Preprocessor.Path |
static class |
Preprocessor.Utils |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Preprocessor.Path pathToTargetElement) |
org.codehaus.jackson.JsonNode |
translate(org.codehaus.jackson.JsonNode targetElement) |
static org.codehaus.jackson.JsonNode |
translate(Preprocessor preprocessor,
org.codehaus.jackson.JsonNode rootNode) |
static org.codehaus.jackson.JsonNode |
translate(Preprocessor preprocessor,
Preprocessor.Path pathToTarget,
org.codehaus.jackson.JsonNode targetElement) |
org.codehaus.jackson.JsonNode translate(org.codehaus.jackson.JsonNode targetElement)
boolean matches(Preprocessor.Path pathToTargetElement)
static org.codehaus.jackson.JsonNode translate(Preprocessor preprocessor, org.codehaus.jackson.JsonNode rootNode)
static org.codehaus.jackson.JsonNode translate(Preprocessor preprocessor, Preprocessor.Path pathToTarget, org.codehaus.jackson.JsonNode targetElement)
Copyright © 2017. All rights reserved.