public class ValueMatcher extends Object implements PatternMatcher
| Constructor and Description |
|---|
ValueMatcher(String name) |
| 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 ValueMatcher(String name)
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 © 2017. All rights reserved.