Uses of Interface
net.thisptr.jackson.jq.Expression
-
-
Uses of Expression in net.thisptr.jackson.jq
Fields in net.thisptr.jackson.jq declared as Expression Modifier and Type Field Description private ExpressionJsonQuery. exprMethod parameters in net.thisptr.jackson.jq with type arguments of type Expression Modifier and Type Method Description voidFunction. apply(Scope scope, java.util.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 Constructor Description JsonQuery(Expression expr) -
Uses of Expression in net.thisptr.jackson.jq.extra.functions
Method parameters in net.thisptr.jackson.jq.extra.functions with type arguments of type Expression Modifier and Type Method Description voidHostnameFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidRandomFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidStrFTimeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidStrPTimeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidTimestampFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidUriDecodeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidUriParseFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidUuid35Function. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)voidUuid4Function. apply(Scope scope, java.util.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 Expression Modifier and Type Class Description classFixedScopeQueryclassIsolatedScopeQueryFields in net.thisptr.jackson.jq.internal declared as Expression Modifier and Type Field Description private ExpressionJsonQueryFunction. bodyprivate ExpressionIsolatedScopeQuery. qExpressionFixedScopeQuery. queryMethod parameters in net.thisptr.jackson.jq.internal with type arguments of type Expression Modifier and Type Method Description voidJsonArgumentFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidJsonNodeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidJsonPredicateFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidJsonQueryFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)private voidJsonQueryFunction. pathRecursive(PathOutput output, Scope fnScope, Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, int i)Constructors in net.thisptr.jackson.jq.internal with parameters of type Expression Constructor Description FixedScopeQuery(Scope scope, Expression query)IsolatedScopeQuery(Expression q)JsonQueryFunction(java.lang.String name, java.util.List<java.lang.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 Expression Modifier and Type Method Description voidAbstractSvFilter. apply(Scope scope, java.util.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 Expression Modifier and Type Method Description private voidPathsFunction. applyRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, java.util.Stack<com.fasterxml.jackson.databind.JsonNode> stack, Expression predicate)private void_SubImplFunction. replaceAndConcat(Scope scope, java.util.Stack<java.lang.String> stack, PathOutput output, java.util.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 Expression Modifier and Type Method Description void_MatchImplFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)void_SubImplFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidAbstractAtFormattingFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidAbstractKeysFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidAbstractMaxByFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidAbstractStartsEndsWithFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidAbstractTrimStrFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidAtShFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidBuiltinsFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)voidContainsFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidDelPathsFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidEmptyFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidEnvFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidErrorFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidExplodeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidFromDateIso8601Function. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidFromEntriesFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidFromJsonFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidGetPathFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidGroupByFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidHasFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidImplodeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidIndexFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidIndicesFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidJoinFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidLengthFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidMathFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidNotFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidNowFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)voidPathFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidPathsFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidRangeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidReverseFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidRIndexFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidSetPathFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PathOutput output, Version version)voidSortByFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode items, Path ipath, PathOutput output, Version version)voidSplitFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidToDateIso8601Function. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidToEntriesFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidToJsonFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidToNumberFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidToStringFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidTypeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)voidUtf8ByteLengthFunction. apply(Scope scope, java.util.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 Expression Modifier and Type Method Description voidDebugScopeFunction. apply(Scope scope, java.util.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 with parameters of type Expression Modifier and Type Method Description ExpressionExpressionParser. BracketFieldAccessor(Expression obj)ExpressionExpressionParser. FieldAccessor(Expression obj)ExpressionExpressionParser. IdentifierFieldAccessor(Expression obj)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 Expression Modifier and Type Method Description static java.util.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 Expression Modifier and Type Method Description static voidPreconditions. checkArgumentCount(java.lang.String fname, java.util.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 Expression Modifier and Type Class Description classArrayConstructionclassBreakExpressionclassConditionalclassForeachExpressionclassFormattingFilterclassFunctionCallclassFunctionDefinitionclassNegativeExpressionclassObjectConstructionclassPipedQueryclassRecursionOperatorclassReduceExpressionclassSemicolonOperatorclassStringInterpolationclassThisObjectclassTopLevelExpressionclassTryCatchstatic classTryCatch.QuestionclassTupleclassVariableAccessFields in net.thisptr.jackson.jq.internal.tree declared as Expression Modifier and Type Field Description private ExpressionFunctionDefinition. bodyprotected ExpressionTryCatch. catchExprExpressionAssignPipeComponent. exprprivate ExpressionTopLevelExpression. exprExpressionTransformPipeComponent. exprprivate ExpressionForeachExpression. extractExprprivate ExpressionStringInterpolation. formatterprivate ExpressionForeachExpression. initExprprivate ExpressionReduceExpression. initExprprivate ExpressionForeachExpression. iterExprprivate ExpressionReduceExpression. iterExprprivate ExpressionJsonQueryKeyFieldConstruction. keyExpressionStringKeyFieldConstruction. keyprivate ExpressionConditional. otherwiseExpressionArrayConstruction. qprivate ExpressionReduceExpression. reduceExprprotected ExpressionTryCatch. tryExprprivate ExpressionForeachExpression. updateExprExpressionIdentifierKeyFieldConstruction. valueprivate ExpressionJsonQueryKeyFieldConstruction. valueprivate ExpressionNegativeExpression. valueExpressionStringKeyFieldConstruction. valueFields in net.thisptr.jackson.jq.internal.tree with type parameters of type Expression Modifier and Type Field Description private java.util.List<Expression>FunctionCall. argsprivate java.util.List<Pair<java.lang.Integer,Expression>>StringInterpolation. interpolationsprivate java.util.List<Expression>SemicolonOperator. qsjava.util.List<Expression>Tuple. qsprivate java.util.List<Pair<Expression,Expression>>Conditional. switchesprivate java.util.List<Pair<Expression,Expression>>Conditional. switchesMethod parameters in net.thisptr.jackson.jq.internal.tree with type arguments of type Expression Modifier and Type Method Description private voidConditional. pathRecursive(PathOutput output, Scope scope, java.util.List<Pair<Expression,Expression>> switches, com.fasterxml.jackson.databind.JsonNode in, Path path)private voidConditional. pathRecursive(PathOutput output, Scope scope, java.util.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, java.util.Stack<Pair<java.lang.Integer,com.fasterxml.jackson.databind.JsonNode>> stack, java.util.List<Pair<java.lang.Integer,Expression>> interpolations)Constructor parameters in net.thisptr.jackson.jq.internal.tree with type arguments of type Expression Constructor Description Conditional(java.util.List<Pair<Expression,Expression>> switches, Expression otherwise)Conditional(java.util.List<Pair<Expression,Expression>> switches, Expression otherwise)FunctionCall(java.lang.String moduleName, java.lang.String name, java.util.List<Expression> args, Version version)SemicolonOperator(java.util.List<Expression> qs)StringInterpolation(java.lang.String template, java.util.List<Pair<java.lang.Integer,Expression>> interpolations, Expression formatter)Tuple(java.util.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 Expression Modifier and Type Class Description classAlternativeOperatorExpressionclassBinaryOperatorExpressionclassBooleanAndExpressionclassBooleanOrExpressionclassDivideExpressionclassMinusExpressionclassModuloExpressionclassMultiplyExpressionclassPlusExpressionclassSimpleBinaryOperatorExpressionFields in net.thisptr.jackson.jq.internal.tree.binaryop declared as Expression Modifier and Type Field Description protected ExpressionBinaryOperatorExpression. lhsprotected ExpressionBinaryOperatorExpression. rhsMethods in net.thisptr.jackson.jq.internal.tree.binaryop that return Expression Modifier and Type Method Description static ExpressionBinaryOperatorExpression. buildTree(java.util.List<Expression> exprs, java.util.List<BinaryOperatorExpression.Operator> operators, Version version)ExpressionBinaryOperatorExpression.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 Expression Modifier and Type Method Description ExpressionBinaryOperatorExpression.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 Expression Modifier and Type Method Description static ExpressionBinaryOperatorExpression. buildTree(java.util.List<Expression> exprs, java.util.List<BinaryOperatorExpression.Operator> operators, Version version)Constructors in net.thisptr.jackson.jq.internal.tree.binaryop with parameters of type Expression Constructor Description AlternativeOperatorExpression(Expression valueExpr, Expression defaultExpr)BinaryOperatorExpression(Expression lhs, Expression rhs, java.lang.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 Expression Modifier and Type Class Description classAssignmentclassComplexAlternativeAssignmentclassComplexAssignmentclassComplexDivideAssignmentclassComplexMinusAssignmentclassComplexModuloAssignmentclassComplexMultiplyAssignmentclassComplexPlusAssignmentclassUpdateAssignmentConstructors in net.thisptr.jackson.jq.internal.tree.binaryop.assignment with parameters of type Expression Constructor Description Assignment(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 Expression Modifier and Type Class Description classCompareEqualTestclassCompareGreaterEqualTestclassCompareGreaterTestclassCompareLessEqualTestclassCompareLessTestclassCompareNotEqualTestConstructors in net.thisptr.jackson.jq.internal.tree.binaryop.comparison with parameters of type Expression Constructor Description CompareEqualTest(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 Expression Modifier and Type Class Description classBracketExtractFieldAccessclassBracketFieldAccessclassFieldAccessclassIdentifierFieldAccessclassStringFieldAccessFields in net.thisptr.jackson.jq.internal.tree.fieldaccess declared as Expression Modifier and Type Field Description private ExpressionBracketFieldAccess. endExprprivate ExpressionStringFieldAccess. fieldprivate ExpressionBracketFieldAccess. startExprprotected ExpressionFieldAccess. targetConstructors in net.thisptr.jackson.jq.internal.tree.fieldaccess with parameters of type Expression Constructor Description BracketExtractFieldAccess(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, java.lang.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 Expression Modifier and Type Class Description classBooleanLiteralclassDoubleLiteralclassLongLiteralclassNullLiteralclassStringLiteralclassValueLiteral -
Uses of Expression in net.thisptr.jackson.jq.internal.tree.matcher.matchers
Fields in net.thisptr.jackson.jq.internal.tree.matcher.matchers declared as Expression Modifier and Type Field Description private ExpressionObjectMatcher.FieldMatcher. nameConstructors in net.thisptr.jackson.jq.internal.tree.matcher.matchers with parameters of type Expression Constructor Description FieldMatcher(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 Expression Modifier and Type Method Description static com.fasterxml.jackson.databind.JsonNodeExpressionUtils. evaluateLiteralExpression(Expression expr)
-