| Package | Description |
|---|---|
| net.thisptr.jackson.jq.internal.tree.matcher | |
| net.thisptr.jackson.jq.internal.tree.matcher.matchers |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternMatcher.MatchOutput.emit(List<PatternMatcher.MatchWithPath> vars) |
void |
PatternMatcher.matchWithPath(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path path,
PatternMatcher.MatchOutput output,
Stack<PatternMatcher.MatchWithPath> accumulate) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectMatcher.matchWithPath(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path path,
PatternMatcher.MatchOutput output,
Stack<PatternMatcher.MatchWithPath> accumulate) |
void |
ArrayMatcher.matchWithPath(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path path,
PatternMatcher.MatchOutput out,
Stack<PatternMatcher.MatchWithPath> accumulate) |
void |
ValueMatcher.matchWithPath(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path path,
PatternMatcher.MatchOutput output,
Stack<PatternMatcher.MatchWithPath> accumulate) |
Copyright © 2025. All rights reserved.