| Package | Description |
|---|---|
| com.github.dakusui.scriptiveunit.core |
| Modifier and Type | Class and Description |
|---|---|
static class |
Preprocessor.Path.Impl |
| Modifier and Type | Method and Description |
|---|---|
Preprocessor.Path |
Preprocessor.Path.createChild(int index) |
Preprocessor.Path |
Preprocessor.Path.Impl.createChild(int index) |
Preprocessor.Path |
Preprocessor.Path.createChild(String attributeName) |
Preprocessor.Path |
Preprocessor.Path.Impl.createChild(String attributeName) |
static Preprocessor.Path |
Preprocessor.Path.createRoot() |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<Preprocessor.Path> |
JsonUtils.pathMatcher(String... args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Preprocessor.matches(Preprocessor.Path pathToTargetElement) |
static org.codehaus.jackson.JsonNode |
Preprocessor.translate(Preprocessor preprocessor,
Preprocessor.Path pathToTarget,
org.codehaus.jackson.JsonNode targetElement) |
| Modifier and Type | Method and Description |
|---|---|
static Preprocessor |
JsonUtils.preprocessor(Function<org.codehaus.jackson.JsonNode,org.codehaus.jackson.JsonNode> translator,
Predicate<Preprocessor.Path> pathMatcher) |
Copyright © 2017. All rights reserved.