Uses of Interface
net.thisptr.jackson.jq.Expression
Packages that use Expression
Package
Description
-
Uses of Expression in net.thisptr.jackson.jq
Fields in net.thisptr.jackson.jq declared as ExpressionMethod parameters in net.thisptr.jackson.jq with type arguments of type ExpressionModifier and TypeMethodDescriptionvoid
Function.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) Constructors in net.thisptr.jackson.jq with parameters of type Expression -
Uses of Expression in net.thisptr.jackson.jq.extra.functions
Method parameters in net.thisptr.jackson.jq.extra.functions with type arguments of type ExpressionModifier and TypeMethodDescriptionvoid
HostnameFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
RandomFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
StrFTimeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
StrPTimeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
TimestampFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
UriDecodeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
UriParseFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
Uuid35Function.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) void
Uuid4Function.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) -
Uses of Expression in net.thisptr.jackson.jq.internal
Classes in net.thisptr.jackson.jq.internal that implement ExpressionFields in net.thisptr.jackson.jq.internal declared as ExpressionModifier and TypeFieldDescriptionprivate Expression
JsonQueryFunction.body
private Expression
IsolatedScopeQuery.q
FixedScopeQuery.query
Method parameters in net.thisptr.jackson.jq.internal with type arguments of type ExpressionModifier and TypeMethodDescriptionvoid
JsonArgumentFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
JsonNodeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
JsonPredicateFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
JsonQueryFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) private void
JsonQueryFunction.pathRecursive
(PathOutput output, Scope fnScope, Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, int i) Constructors in net.thisptr.jackson.jq.internal with parameters of type ExpressionModifierConstructorDescriptionFixedScopeQuery
(Scope scope, Expression query) JsonQueryFunction
(String name, List<String> params, Expression body, Scope closure) -
Uses of Expression in net.thisptr.jackson.jq.internal.filters
Method parameters in net.thisptr.jackson.jq.internal.filters with type arguments of type ExpressionModifier and TypeMethodDescriptionvoid
AbstractSvFilter.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) -
Uses of Expression in net.thisptr.jackson.jq.internal.functions
Methods in net.thisptr.jackson.jq.internal.functions with parameters of type ExpressionModifier and TypeMethodDescriptionprivate void
PathsFunction.applyRecursive
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, Stack<com.fasterxml.jackson.databind.JsonNode> stack, Expression predicate) private void
_SubImplFunction.replaceAndConcat
(Scope scope, Stack<String> stack, PathOutput output, List<com.fasterxml.jackson.databind.JsonNode> match, Expression replaceExpr, com.fasterxml.jackson.databind.JsonNode in, Expression flags) Method parameters in net.thisptr.jackson.jq.internal.functions with type arguments of type ExpressionModifier and TypeMethodDescriptionvoid
_MatchImplFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
_SubImplFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AbstractAtFormattingFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AbstractKeysFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AbstractMaxByFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AbstractStartsEndsWithFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AbstractTrimStrFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AtShFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
BuiltinsFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) void
ContainsFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
DelPathsFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
EmptyFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
EnvFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ErrorFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ExplodeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
FromDateIso8601Function.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
FromEntriesFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
FromJsonFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
GetPathFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
GroupByFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
HasFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ImplodeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
IndexFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
IndicesFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
JoinFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
LengthFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
MathFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
NotFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
NowFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) void
PathFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
PathsFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
RangeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ReverseFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
RIndexFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
SetPathFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PathOutput output, Version version) void
SortByFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode items, Path ipath, PathOutput output, Version version) void
SplitFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ToDateIso8601Function.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ToEntriesFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ToJsonFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ToNumberFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ToStringFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
TypeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
Utf8ByteLengthFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) -
Uses of Expression in net.thisptr.jackson.jq.internal.functions.debug
Method parameters in net.thisptr.jackson.jq.internal.functions.debug with type arguments of type ExpressionModifier and TypeMethodDescriptionvoid
DebugScopeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) -
Uses of Expression in net.thisptr.jackson.jq.internal.javacc
Methods in net.thisptr.jackson.jq.internal.javacc that return ExpressionModifier and TypeMethodDescriptionfinal Expression
ExpressionParser.ArrayConstruction()
final Expression
ExpressionParser.BinaryOperatorExpression()
final Expression
ExpressionParser.BracketFieldAccessor
(Expression obj) final Expression
ExpressionParser.BreakExpression()
static Expression
final Expression
ExpressionParser.ConditionalExpression()
final Expression
ExpressionParser.Expression()
final Expression
ExpressionParser.FieldAccessor
(Expression obj) final Expression
ExpressionParser.ForeachExpression()
final Expression
ExpressionParser.FormattingFilter()
final Expression
ExpressionParser.FunctionCall()
final Expression
ExpressionParser.FunctionDefinition()
final Expression
ExpressionParser.IdentifierFieldAccessor
(Expression obj) final Expression
ExpressionParser.JsonQueryWithoutComma()
final Expression
ExpressionParser.ObjectConstruction()
final Expression
ExpressionParser.ObjectFieldName()
final Expression
ExpressionParser.ObjectFieldValue()
final Expression
ExpressionParser.PrimaryExpression()
final Expression
ExpressionParser.RecursionOperator()
final Expression
ExpressionParser.ReduceExpression()
final Expression
ExpressionParser.Start()
final Expression
ExpressionParser.StringFieldAccessor
(Expression obj) final Expression
ExpressionParser.StringInterpolation()
final Expression
ExpressionParser.ThisObjectAccess()
final Expression
ExpressionParser.TryCatchExpression()
final Expression
ExpressionParser.TupleExpression()
final Expression
ExpressionParser.ValueLiteral()
final Expression
ExpressionParser.VariableAccess()
Methods in net.thisptr.jackson.jq.internal.javacc with parameters of type ExpressionModifier and TypeMethodDescriptionfinal Expression
ExpressionParser.BracketFieldAccessor
(Expression obj) final Expression
ExpressionParser.FieldAccessor
(Expression obj) final Expression
ExpressionParser.IdentifierFieldAccessor
(Expression obj) final Expression
ExpressionParser.StringFieldAccessor
(Expression obj) -
Uses of Expression in net.thisptr.jackson.jq.internal.misc
Methods in net.thisptr.jackson.jq.internal.misc with parameters of type ExpressionModifier and TypeMethodDescriptionstatic ArrayList
<com.fasterxml.jackson.databind.JsonNode> JsonQueryUtils.applyToArrayList
(Expression expr, Scope scope, com.fasterxml.jackson.databind.JsonNode in) static com.fasterxml.jackson.databind.node.ArrayNode
JsonQueryUtils.applyToArrayNode
(Expression expr, Scope scope, com.fasterxml.jackson.databind.JsonNode in) Method parameters in net.thisptr.jackson.jq.internal.misc with type arguments of type ExpressionModifier and TypeMethodDescriptionstatic void
Preconditions.checkArgumentCount
(String fname, List<Expression> args, int... nums) -
Uses of Expression in net.thisptr.jackson.jq.internal.tree
Classes in net.thisptr.jackson.jq.internal.tree that implement ExpressionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
static class
class
class
Fields in net.thisptr.jackson.jq.internal.tree declared as ExpressionModifier and TypeFieldDescriptionprivate Expression
FunctionDefinition.body
protected Expression
TryCatch.catchExpr
final Expression
AssignPipeComponent.expr
private final Expression
TopLevelExpression.expr
final Expression
TransformPipeComponent.expr
private Expression
ForeachExpression.extractExpr
private final Expression
StringInterpolation.formatter
private Expression
ForeachExpression.initExpr
private Expression
ReduceExpression.initExpr
private Expression
ForeachExpression.iterExpr
private Expression
ReduceExpression.iterExpr
private final Expression
JsonQueryKeyFieldConstruction.key
final Expression
StringKeyFieldConstruction.key
private Expression
Conditional.otherwise
final Expression
ArrayConstruction.q
private Expression
ReduceExpression.reduceExpr
protected Expression
TryCatch.tryExpr
private Expression
ForeachExpression.updateExpr
final Expression
IdentifierKeyFieldConstruction.value
private final Expression
JsonQueryKeyFieldConstruction.value
private Expression
NegativeExpression.value
final Expression
StringKeyFieldConstruction.value
Fields in net.thisptr.jackson.jq.internal.tree with type parameters of type ExpressionModifier and TypeFieldDescriptionprivate final List
<Expression> FunctionCall.args
private final List
<Pair<Integer, Expression>> StringInterpolation.interpolations
private List
<Expression> SemicolonOperator.qs
final List
<Expression> Tuple.qs
private List
<Pair<Expression, Expression>> Conditional.switches
private List
<Pair<Expression, Expression>> Conditional.switches
Method parameters in net.thisptr.jackson.jq.internal.tree with type arguments of type ExpressionModifier and TypeMethodDescriptionprivate void
Conditional.pathRecursive
(PathOutput output, Scope scope, List<Pair<Expression, Expression>> switches, com.fasterxml.jackson.databind.JsonNode in, Path path) private void
Conditional.pathRecursive
(PathOutput output, Scope scope, List<Pair<Expression, Expression>> switches, com.fasterxml.jackson.databind.JsonNode in, Path path) private void
StringInterpolation.recurse
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, Stack<Pair<Integer, com.fasterxml.jackson.databind.JsonNode>> stack, List<Pair<Integer, Expression>> interpolations) Constructors in net.thisptr.jackson.jq.internal.tree with parameters of type ExpressionModifierConstructorDescriptionAssignPipeComponent
(Expression expr, PatternMatcher matcher) Conditional
(List<Pair<Expression, Expression>> switches, Expression otherwise) ForeachExpression
(PatternMatcher matcher, Expression initExpr, Expression updateExpr, Expression extractExpr, Expression iterExpr) FunctionDefinition
(String fname, List<String> args, Expression body) IdentifierKeyFieldConstruction
(String key, Expression value) ImportStatement
(String path, boolean dollarImport, String name, Expression metadataExpr) JsonQueryKeyFieldConstruction
(Expression key, Expression value) ModuleDirective
(Expression metadataExr) NegativeExpression
(Expression value) Question
(Expression tryExpr) ReduceExpression
(PatternMatcher matcher, Expression initExpr, Expression reduceExpr, Expression iterExpr) StringInterpolation
(String template, List<Pair<Integer, Expression>> interpolations, Expression formatter) StringKeyFieldConstruction
(Expression key, Expression value) TopLevelExpression
(ModuleDirective moduleDirective, List<ImportStatement> imports, Expression expr) TryCatch
(Expression tryExpr) TryCatch
(Expression tryExpr, Expression catchExpr) Constructor parameters in net.thisptr.jackson.jq.internal.tree with type arguments of type ExpressionModifierConstructorDescriptionConditional
(List<Pair<Expression, Expression>> switches, Expression otherwise) Conditional
(List<Pair<Expression, Expression>> switches, Expression otherwise) FunctionCall
(String moduleName, String name, List<Expression> args, Version version) StringInterpolation
(String template, List<Pair<Integer, Expression>> interpolations, Expression formatter) Tuple
(List<Expression> qs) -
Uses of Expression in net.thisptr.jackson.jq.internal.tree.binaryop
Classes in net.thisptr.jackson.jq.internal.tree.binaryop that implement ExpressionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Fields in net.thisptr.jackson.jq.internal.tree.binaryop declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
BinaryOperatorExpression.lhs
protected Expression
BinaryOperatorExpression.rhs
Methods in net.thisptr.jackson.jq.internal.tree.binaryop that return ExpressionModifier and TypeMethodDescriptionstatic Expression
BinaryOperatorExpression.buildTree
(List<Expression> exprs, List<BinaryOperatorExpression.Operator> operators, Version version) BinaryOperatorExpression.Operator.buildTree
(Expression lhs, Expression rhs, Version version) Methods in net.thisptr.jackson.jq.internal.tree.binaryop with parameters of type ExpressionModifier and TypeMethodDescriptionBinaryOperatorExpression.Operator.buildTree
(Expression lhs, Expression rhs, Version version) Method parameters in net.thisptr.jackson.jq.internal.tree.binaryop with type arguments of type ExpressionModifier and TypeMethodDescriptionstatic Expression
BinaryOperatorExpression.buildTree
(List<Expression> exprs, List<BinaryOperatorExpression.Operator> operators, Version version) Constructors in net.thisptr.jackson.jq.internal.tree.binaryop with parameters of type ExpressionModifierConstructorDescriptionAlternativeOperatorExpression
(Expression valueExpr, Expression defaultExpr) BinaryOperatorExpression
(Expression lhs, Expression rhs, String image) BooleanAndExpression
(Expression lhs, Expression rhs) BooleanOrExpression
(Expression lhs, Expression rhs) DivideExpression
(Expression lhs, Expression rhs) MinusExpression
(Expression lhs, Expression rhs) ModuloExpression
(Expression lhs, Expression rhs) MultiplyExpression
(Expression lhs, Expression rhs) PlusExpression
(Expression lhs, Expression rhs) SimpleBinaryOperatorExpression
(Expression lhs, Expression rhs, BinaryOperator operator) -
Uses of Expression in net.thisptr.jackson.jq.internal.tree.binaryop.assignment
Classes in net.thisptr.jackson.jq.internal.tree.binaryop.assignment that implement ExpressionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Constructors in net.thisptr.jackson.jq.internal.tree.binaryop.assignment with parameters of type ExpressionModifierConstructorDescriptionAssignment
(Expression lhs, Expression rhs) ComplexAlternativeAssignment
(Expression lhs, Expression rhs) ComplexAssignment
(Expression lhs, Expression rhs, BinaryOperator operator) ComplexDivideAssignment
(Expression lhs, Expression rhs) ComplexMinusAssignment
(Expression lhs, Expression rhs) ComplexModuloAssignment
(Expression lhs, Expression rhs) ComplexMultiplyAssignment
(Expression lhs, Expression rhs) ComplexPlusAssignment
(Expression lhs, Expression rhs) UpdateAssignment
(Expression lhs, Expression rhs, Version version) -
Uses of Expression in net.thisptr.jackson.jq.internal.tree.binaryop.comparison
Classes in net.thisptr.jackson.jq.internal.tree.binaryop.comparison that implement ExpressionModifier and TypeClassDescriptionclass
class
class
class
class
class
Constructors in net.thisptr.jackson.jq.internal.tree.binaryop.comparison with parameters of type ExpressionModifierConstructorDescriptionCompareEqualTest
(Expression lhs, Expression rhs) CompareGreaterEqualTest
(Expression lhs, Expression rhs) CompareGreaterTest
(Expression lhs, Expression rhs) CompareLessEqualTest
(Expression lhs, Expression rhs) CompareLessTest
(Expression lhs, Expression rhs) CompareNotEqualTest
(Expression lhs, Expression rhs) -
Uses of Expression in net.thisptr.jackson.jq.internal.tree.fieldaccess
Classes in net.thisptr.jackson.jq.internal.tree.fieldaccess that implement ExpressionModifier and TypeClassDescriptionclass
class
class
class
class
Fields in net.thisptr.jackson.jq.internal.tree.fieldaccess declared as ExpressionModifier and TypeFieldDescriptionprivate Expression
BracketFieldAccess.endExpr
private Expression
StringFieldAccess.field
private Expression
BracketFieldAccess.startExpr
protected final Expression
FieldAccess.target
Constructors in net.thisptr.jackson.jq.internal.tree.fieldaccess with parameters of type ExpressionModifierConstructorDescriptionBracketExtractFieldAccess
(Expression src, boolean permissive) BracketFieldAccess
(Expression src, Expression atExpr, boolean permissive) BracketFieldAccess
(Expression src, Expression startExpr, Expression endExpr, boolean permissive) FieldAccess
(Expression target, boolean permissive) IdentifierFieldAccess
(Expression obj, String field, boolean permissive) StringFieldAccess
(Expression obj, Expression field, boolean permissive) -
Uses of Expression in net.thisptr.jackson.jq.internal.tree.literal
Classes in net.thisptr.jackson.jq.internal.tree.literal that implement ExpressionModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of Expression in net.thisptr.jackson.jq.internal.tree.matcher.matchers
Fields in net.thisptr.jackson.jq.internal.tree.matcher.matchers declared as ExpressionConstructors in net.thisptr.jackson.jq.internal.tree.matcher.matchers with parameters of type ExpressionModifierConstructorDescriptionFieldMatcher
(boolean dollar, Expression name, PatternMatcher matcher) -
Uses of Expression in net.thisptr.jackson.jq.internal.utils
Methods in net.thisptr.jackson.jq.internal.utils with parameters of type ExpressionModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNode
ExpressionUtils.evaluateLiteralExpression
(Expression expr)