| Package | Description |
|---|---|
| net.thisptr.jackson.jq.internal.tree | |
| net.thisptr.jackson.jq.internal.tree.matcher.matchers |
| Modifier and Type | Field and Description |
|---|---|
PatternMatcher |
AssignPipeComponent.matcher |
| Constructor and Description |
|---|
AssignPipeComponent(Expression expr,
PatternMatcher matcher) |
ForeachExpression(PatternMatcher matcher,
Expression initExpr,
Expression updateExpr,
Expression extractExpr,
Expression iterExpr) |
ReduceExpression(PatternMatcher matcher,
Expression initExpr,
Expression reduceExpr,
Expression iterExpr) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayMatcher |
class |
ObjectMatcher |
class |
ValueMatcher |
| Modifier and Type | Method and Description |
|---|---|
PatternMatcher |
ObjectMatcher.FieldMatcher.matcher() |
| Constructor and Description |
|---|
FieldMatcher(boolean dollar,
Expression name,
PatternMatcher matcher) |
| Constructor and Description |
|---|
ArrayMatcher(List<PatternMatcher> matchers) |
Copyright © 2025. All rights reserved.