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 TypeMethodDescriptionvoidFunction.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 TypeMethodDescriptionvoidHostnameFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidRandomFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidStrFTimeFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidStrPTimeFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidTimestampFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidUriDecodeFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidUriParseFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidUuid35Function.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) voidUuid4Function.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 ExpressionJsonQueryFunction.bodyprivate ExpressionIsolatedScopeQuery.qFixedScopeQuery.queryMethod parameters in net.thisptr.jackson.jq.internal with type arguments of type ExpressionModifier and TypeMethodDescriptionvoidJsonArgumentFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidJsonNodeFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidJsonPredicateFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidJsonQueryFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) private voidJsonQueryFunction.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 TypeMethodDescriptionvoidAbstractSvFilter.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 voidPathsFunction.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) voidAbstractAtFormattingFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidAbstractKeysFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidAbstractMaxByFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidAbstractStartsEndsWithFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidAbstractTrimStrFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidAtShFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidBuiltinsFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) voidContainsFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidDelPathsFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidEmptyFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidEnvFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidErrorFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidExplodeFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidFromDateIso8601Function.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidFromEntriesFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidFromJsonFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidGetPathFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidGroupByFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidHasFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidImplodeFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidIndexFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidIndicesFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidJoinFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidLengthFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidMathFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidNotFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidNowFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) voidPathFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidPathsFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidRangeFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidReverseFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidRIndexFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidSetPathFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PathOutput output, Version version) voidSortByFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode items, Path ipath, PathOutput output, Version version) voidSplitFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidToDateIso8601Function.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidToEntriesFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidToJsonFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidToNumberFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidToStringFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidTypeFunction.apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) voidUtf8ByteLengthFunction.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 TypeMethodDescriptionvoidDebugScopeFunction.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 ExpressionExpressionParser.ArrayConstruction()final ExpressionExpressionParser.BinaryOperatorExpression()final ExpressionExpressionParser.BracketFieldAccessor(Expression obj) final ExpressionExpressionParser.BreakExpression()static Expressionfinal ExpressionExpressionParser.ConditionalExpression()final ExpressionExpressionParser.Expression()final ExpressionExpressionParser.FieldAccessor(Expression obj) final ExpressionExpressionParser.ForeachExpression()final ExpressionExpressionParser.FormattingFilter()final ExpressionExpressionParser.FunctionCall()final ExpressionExpressionParser.FunctionDefinition()final ExpressionExpressionParser.IdentifierFieldAccessor(Expression obj) final ExpressionExpressionParser.JsonQueryWithoutComma()final ExpressionExpressionParser.ObjectConstruction()final ExpressionExpressionParser.ObjectFieldName()final ExpressionExpressionParser.ObjectFieldValue()final ExpressionExpressionParser.PrimaryExpression()final ExpressionExpressionParser.RecursionOperator()final ExpressionExpressionParser.ReduceExpression()final ExpressionExpressionParser.Start()final ExpressionExpressionParser.StringFieldAccessor(Expression obj) final ExpressionExpressionParser.StringInterpolation()final ExpressionExpressionParser.ThisObjectAccess()final ExpressionExpressionParser.TryCatchExpression()final ExpressionExpressionParser.TupleExpression()final ExpressionExpressionParser.ValueLiteral()final ExpressionExpressionParser.VariableAccess()Methods in net.thisptr.jackson.jq.internal.javacc with parameters of type ExpressionModifier and TypeMethodDescriptionfinal ExpressionExpressionParser.BracketFieldAccessor(Expression obj) final ExpressionExpressionParser.FieldAccessor(Expression obj) final ExpressionExpressionParser.IdentifierFieldAccessor(Expression obj) final ExpressionExpressionParser.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.ArrayNodeJsonQueryUtils.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 voidPreconditions.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassstatic classclassclassFields in net.thisptr.jackson.jq.internal.tree declared as ExpressionModifier and TypeFieldDescriptionprivate ExpressionFunctionDefinition.bodyprotected ExpressionTryCatch.catchExprfinal ExpressionAssignPipeComponent.exprprivate final ExpressionTopLevelExpression.exprfinal ExpressionTransformPipeComponent.exprprivate ExpressionForeachExpression.extractExprprivate final ExpressionStringInterpolation.formatterprivate ExpressionForeachExpression.initExprprivate ExpressionReduceExpression.initExprprivate ExpressionForeachExpression.iterExprprivate ExpressionReduceExpression.iterExprprivate final ExpressionJsonQueryKeyFieldConstruction.keyfinal ExpressionStringKeyFieldConstruction.keyprivate ExpressionConditional.otherwisefinal ExpressionArrayConstruction.qprivate ExpressionReduceExpression.reduceExprprotected ExpressionTryCatch.tryExprprivate ExpressionForeachExpression.updateExprfinal ExpressionIdentifierKeyFieldConstruction.valueprivate final ExpressionJsonQueryKeyFieldConstruction.valueprivate ExpressionNegativeExpression.valuefinal ExpressionStringKeyFieldConstruction.valueFields in net.thisptr.jackson.jq.internal.tree with type parameters of type ExpressionModifier and TypeFieldDescriptionprivate final List<Expression> FunctionCall.argsprivate final List<Pair<Integer, Expression>> StringInterpolation.interpolationsprivate List<Expression> SemicolonOperator.qsfinal List<Expression> Tuple.qsprivate List<Pair<Expression, Expression>> Conditional.switchesprivate List<Pair<Expression, Expression>> Conditional.switchesMethod parameters in net.thisptr.jackson.jq.internal.tree with type arguments of type ExpressionModifier and TypeMethodDescriptionprivate voidConditional.pathRecursive(PathOutput output, Scope scope, List<Pair<Expression, Expression>> switches, com.fasterxml.jackson.databind.JsonNode in, Path path) private voidConditional.pathRecursive(PathOutput output, Scope scope, List<Pair<Expression, Expression>> switches, com.fasterxml.jackson.databind.JsonNode in, Path path) private voidStringInterpolation.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in net.thisptr.jackson.jq.internal.tree.binaryop declared as ExpressionModifier and TypeFieldDescriptionprotected ExpressionBinaryOperatorExpression.lhsprotected ExpressionBinaryOperatorExpression.rhsMethods in net.thisptr.jackson.jq.internal.tree.binaryop that return ExpressionModifier and TypeMethodDescriptionstatic ExpressionBinaryOperatorExpression.buildTree(List<Expression> exprs, List<BinaryOperatorExpression.Operator> operators, Version version) BinaryOperatorExpression.Operator.buildTree(Expression lhs, Expression rhs, Version version) protected abstract ExpressionBinaryOperatorExpression.Operator.create(Expression lhs, Expression rhs, Version version) Creates a newExpressioninstance based on the provided left-hand side (lhs) expression, right-hand side (rhs) expression, and the specified 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) protected abstract ExpressionBinaryOperatorExpression.Operator.create(Expression lhs, Expression rhs, Version version) Creates a newExpressioninstance based on the provided left-hand side (lhs) expression, right-hand side (rhs) expression, and the specified version.Method parameters in net.thisptr.jackson.jq.internal.tree.binaryop with type arguments of type ExpressionModifier and TypeMethodDescriptionstatic ExpressionBinaryOperatorExpression.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassConstructors 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 TypeClassDescriptionclassclassclassclassclassclassConstructors 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 TypeClassDescriptionclassclassclassclassclassFields in net.thisptr.jackson.jq.internal.tree.fieldaccess declared as ExpressionModifier and TypeFieldDescriptionprivate ExpressionBracketFieldAccess.endExprprivate ExpressionStringFieldAccess.fieldprivate ExpressionBracketFieldAccess.startExprprotected final ExpressionFieldAccess.targetConstructors 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 TypeClassDescriptionclassclassclassclassclassclass -
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.JsonNodeExpressionUtils.evaluateLiteralExpression(Expression expr)