public class ObjectMatcher extends Object implements PatternMatcher
| Constructor and Description |
|---|
ObjectMatcher(List<Pair<JsonQuery,PatternMatcher>> matchers) |
| Modifier and Type | Method and Description |
|---|---|
void |
match(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Functional.Consumer<List<Pair<String,com.fasterxml.jackson.databind.JsonNode>>> out,
Stack<Pair<String,com.fasterxml.jackson.databind.JsonNode>> accumulate,
boolean emit) |
String |
toString() |
public ObjectMatcher(List<Pair<JsonQuery,PatternMatcher>> matchers)
public void match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<List<Pair<String,com.fasterxml.jackson.databind.JsonNode>>> out, Stack<Pair<String,com.fasterxml.jackson.databind.JsonNode>> accumulate, boolean emit) throws JsonQueryException
match in interface PatternMatcherJsonQueryExceptionCopyright © 2019. All rights reserved.