public interface PatternMatcher
| 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) |
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
JsonQueryExceptionCopyright © 2017. All rights reserved.