Uses of Class
net.thisptr.jackson.jq.Scope
-
-
Uses of Scope in net.thisptr.jackson.jq
Fields in net.thisptr.jackson.jq declared as Scope Modifier and Type Field Description private ScopeScope. parentScopeMethods in net.thisptr.jackson.jq that return Scope Modifier and Type Method Description ScopeScope. getParentScope()static ScopeScope. newChildScope(Scope scope)static ScopeScope. newEmptyScope()Methods in net.thisptr.jackson.jq with parameters of type Scope Modifier and Type Method Description default voidExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Output output)voidExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)voidJsonQuery. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Output output)java.util.Map<java.lang.String,Function>BuiltinFunctionLoader. listFunctions(java.lang.ClassLoader classLoader, Version version, Scope closureScope)Load function definitions from the default resource from an arbitraryClassLoader.java.util.Map<java.lang.String,Function>BuiltinFunctionLoader. listFunctions(Version version, Scope closureScope)voidBuiltinFunctionLoader. loadFunctions(java.lang.ClassLoader classLoader, Version version, Scope closureScope)voidBuiltinFunctionLoader. loadFunctions(Version version, Scope closureScope)java.util.Map<java.lang.String,Function>BuiltinFunctionLoader. loadFunctionsFromJsonJq(java.lang.ClassLoader classLoader, Version version, Scope closureScope)Do not use this method.static ScopeScope. newChildScope(Scope scope)Constructors in net.thisptr.jackson.jq with parameters of type Scope Constructor Description Scope(Scope parentScope) -
Uses of Scope in net.thisptr.jackson.jq.extra.functions
Methods in net.thisptr.jackson.jq.extra.functions with parameters of type Scope 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)private java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode>UriParseFunction. parseQueryObj(Scope scope, java.lang.String rawQuery) -
Uses of Scope in net.thisptr.jackson.jq.internal
Fields in net.thisptr.jackson.jq.internal declared as Scope Modifier and Type Field Description private ScopeJsonQueryFunction. closureScopeFixedScopeQuery. scopeMethods in net.thisptr.jackson.jq.internal with parameters of type Scope Modifier and Type Method Description voidFixedScopeQuery. apply(Scope unused, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidIsolatedScopeQuery. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)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 Scope Constructor Description FixedScopeQuery(Scope scope, Expression query)JsonQueryFunction(java.lang.String name, java.util.List<java.lang.String> params, Expression body, Scope closure) -
Uses of Scope in net.thisptr.jackson.jq.internal.filters
Methods in net.thisptr.jackson.jq.internal.filters with parameters of type Scope 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 Scope in net.thisptr.jackson.jq.internal.functions
Methods in net.thisptr.jackson.jq.internal.functions with parameters of type Scope 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)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)private static java.lang.StringAtShFunction. toString(Scope scope, com.fasterxml.jackson.databind.JsonNode node) -
Uses of Scope in net.thisptr.jackson.jq.internal.functions.debug
Methods in net.thisptr.jackson.jq.internal.functions.debug with parameters of type Scope 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 Scope in net.thisptr.jackson.jq.internal.misc
Methods in net.thisptr.jackson.jq.internal.misc with parameters of type Scope 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) -
Uses of Scope in net.thisptr.jackson.jq.internal.tree
Methods in net.thisptr.jackson.jq.internal.tree with parameters of type Scope Modifier and Type Method Description voidArrayConstruction. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidBreakExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidConditional. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidForeachExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidFormattingFilter. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidFunctionCall. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidFunctionDefinition. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidNegativeExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidObjectConstruction. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidPipedQuery. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidRecursionOperator. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidReduceExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidSemicolonOperator. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidStringInterpolation. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidThisObject. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidTopLevelExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidTryCatch. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidTuple. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidVariableAccess. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)private static voidObjectConstruction. applyRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, java.util.List<FieldConstruction> fields, java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode> tmp)voidFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)voidIdentifierKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)voidJsonQueryKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)voidStringKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)voidVariableKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)private FunctionFunctionCall. lookupFunction(Scope scope)private voidConditional. pathRecursive(PathOutput output, Scope scope, java.util.List<Pair<Expression,Expression>> switches, com.fasterxml.jackson.databind.JsonNode in, Path path)private static voidPipedQuery. pathRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, java.util.List<PipeComponent> components, boolean requirePath)private static voidRecursionOperator. pathRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output)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) -
Uses of Scope in net.thisptr.jackson.jq.internal.tree.binaryop
Methods in net.thisptr.jackson.jq.internal.tree.binaryop with parameters of type Scope Modifier and Type Method Description voidAlternativeOperatorExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidBooleanAndExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidBooleanOrExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidSimpleBinaryOperatorExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) -
Uses of Scope in net.thisptr.jackson.jq.internal.tree.binaryop.assignment
Methods in net.thisptr.jackson.jq.internal.tree.binaryop.assignment with parameters of type Scope Modifier and Type Method Description voidAssignment. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidComplexAssignment. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)voidUpdateAssignment. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) -
Uses of Scope in net.thisptr.jackson.jq.internal.tree.fieldaccess
Methods in net.thisptr.jackson.jq.internal.tree.fieldaccess with parameters of type Scope Modifier and Type Method Description voidBracketExtractFieldAccess. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidBracketFieldAccess. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidIdentifierFieldAccess. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)voidStringFieldAccess. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) -
Uses of Scope in net.thisptr.jackson.jq.internal.tree.literal
Methods in net.thisptr.jackson.jq.internal.tree.literal with parameters of type Scope Modifier and Type Method Description voidValueLiteral. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) -
Uses of Scope in net.thisptr.jackson.jq.internal.tree.matcher
Methods in net.thisptr.jackson.jq.internal.tree.matcher with parameters of type Scope Modifier and Type Method Description voidPatternMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)voidPatternMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate) -
Uses of Scope in net.thisptr.jackson.jq.internal.tree.matcher.matchers
Methods in net.thisptr.jackson.jq.internal.tree.matcher.matchers with parameters of type Scope Modifier and Type Method Description voidArrayMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)voidObjectMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)voidValueMatcher. match(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate)voidArrayMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)voidObjectMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)voidValueMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)private voidArrayMatcher. recursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate, int index)private voidObjectMatcher. recursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Functional.Consumer<java.util.List<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>> out, java.util.Stack<Pair<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> accumulate, int index)private voidArrayMatcher. recursiveWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, java.util.Stack<PatternMatcher.MatchWithPath> accumulate, int index)private voidObjectMatcher. recursiveWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate, int index) -
Uses of Scope in net.thisptr.jackson.jq.module.loaders
Fields in net.thisptr.jackson.jq.module.loaders declared as Scope Modifier and Type Field Description private ScopeFileSystemModuleLoader. parentScopeConstructors in net.thisptr.jackson.jq.module.loaders with parameters of type Scope Constructor Description FileSystemModuleLoader(Scope parentScope, Version version, java.nio.file.Path... searchPaths)
-