Uses of Class
net.thisptr.jackson.jq.exception.JsonQueryException
-
-
Uses of JsonQueryException in net.thisptr.jackson.jq
Methods in net.thisptr.jackson.jq that throw JsonQueryException Modifier and Type Method Description default void
Expression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Output output)
void
Expression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
Function. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)
void
JsonQuery. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Output output)
static JsonQuery
JsonQuery. compile(java.lang.String path, Version version)
void
Output. emit(com.fasterxml.jackson.databind.JsonNode out)
default void
Output. emit(com.fasterxml.jackson.databind.JsonNode out, Path opath)
void
PathOutput. emit(com.fasterxml.jackson.databind.JsonNode out, Path path)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.exception
Subclasses of JsonQueryException in net.thisptr.jackson.jq.exception Modifier and Type Class Description class
IllegalJsonArgumentException
class
IllegalJsonInputException
class
JsonQueryBreakException
class
JsonQueryTypeException
class
JsonQueryUndefinedBehaviorException
class
JsonQueryUserException
-
Uses of JsonQueryException in net.thisptr.jackson.jq.extra.functions
Methods in net.thisptr.jackson.jq.extra.functions that throw JsonQueryException Modifier and Type Method Description void
HostnameFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
RandomFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
StrFTimeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
StrPTimeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
TimestampFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
UriDecodeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
UriParseFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
Uuid35Function. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)
void
Uuid4Function. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal
Methods in net.thisptr.jackson.jq.internal that throw JsonQueryException Modifier and Type Method Description void
FixedScopeQuery. apply(Scope unused, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
IsolatedScopeQuery. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
JsonArgumentFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
JsonNodeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
JsonPredicateFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
JsonQueryFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)
private void
JsonArgumentFunction. combinations(PathOutput output, java.util.Stack<com.fasterxml.jackson.databind.JsonNode> args, int index, java.util.List<java.util.List<com.fasterxml.jackson.databind.JsonNode>> argmat, com.fasterxml.jackson.databind.JsonNode in)
protected abstract com.fasterxml.jackson.databind.JsonNode
JsonArgumentFunction. fn(java.util.List<com.fasterxml.jackson.databind.JsonNode> args, com.fasterxml.jackson.databind.JsonNode in)
private void
JsonQueryFunction. pathRecursive(PathOutput output, Scope fnScope, Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, int i)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.filters
Methods in net.thisptr.jackson.jq.internal.filters that throw JsonQueryException Modifier and Type Method Description void
AbstractSvFilter. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.functions
Methods in net.thisptr.jackson.jq.internal.functions that throw JsonQueryException 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)
void
AbstractAtFormattingFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
AbstractKeysFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
AbstractMaxByFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
AbstractStartsEndsWithFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
AbstractTrimStrFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
AtShFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
BuiltinsFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)
void
ContainsFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
DelPathsFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
EmptyFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
EnvFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
ErrorFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
ExplodeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
FromDateIso8601Function. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
FromEntriesFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
FromJsonFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
GetPathFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
GroupByFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
HasFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
ImplodeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
IndexFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
IndicesFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
JoinFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
LengthFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
MathFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
NotFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
NowFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)
void
PathFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
PathsFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
RangeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
ReverseFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
RIndexFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
SetPathFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PathOutput output, Version version)
void
SortByFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode items, Path ipath, PathOutput output, Version version)
void
SplitFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
ToDateIso8601Function. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
ToEntriesFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
ToJsonFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
ToNumberFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
ToStringFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
TypeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
void
Utf8ByteLengthFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
private void
PathsFunction. applyRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, java.util.Stack<com.fasterxml.jackson.databind.JsonNode> stack, Expression predicate)
abstract java.lang.String
AbstractAtFormattingFunction. convert(java.lang.String text)
java.lang.String
AtBase64dFunction. convert(java.lang.String text)
java.lang.String
AtBase64Function. convert(java.lang.String text)
java.lang.String
AtUriFunction. convert(java.lang.String text)
static java.util.List<java.lang.Integer>
IndicesFunction. indices(com.fasterxml.jackson.databind.JsonNode needle, com.fasterxml.jackson.databind.JsonNode haystack)
com.fasterxml.jackson.databind.JsonNode
LengthFunction. length(com.fasterxml.jackson.databind.JsonNode in)
private static void
RangeFunction. range1(PathOutput output, com.fasterxml.jackson.databind.JsonNode end)
private static com.fasterxml.jackson.databind.JsonNode
RangeFunction. range2(PathOutput output, com.fasterxml.jackson.databind.JsonNode start, com.fasterxml.jackson.databind.JsonNode end)
private static void
RangeFunction. range3(PathOutput output, com.fasterxml.jackson.databind.JsonNode start, com.fasterxml.jackson.databind.JsonNode end, com.fasterxml.jackson.databind.JsonNode incr)
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.String
AtShFunction. toString(Scope scope, com.fasterxml.jackson.databind.JsonNode node)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.functions.debug
Methods in net.thisptr.jackson.jq.internal.functions.debug that throw JsonQueryException Modifier and Type Method Description void
DebugScopeFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.functions.math
Methods in net.thisptr.jackson.jq.internal.functions.math that throw JsonQueryException Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNode
Atan2Function. fn(java.util.List<com.fasterxml.jackson.databind.JsonNode> args, com.fasterxml.jackson.databind.JsonNode in)
protected com.fasterxml.jackson.databind.JsonNode
PowFunction. fn(java.util.List<com.fasterxml.jackson.databind.JsonNode> args, com.fasterxml.jackson.databind.JsonNode in)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.javacc
Methods in net.thisptr.jackson.jq.internal.javacc that throw JsonQueryException Modifier and Type Method Description static Expression
ExpressionParser. compile(java.lang.String line, Version version)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.misc
Methods in net.thisptr.jackson.jq.internal.misc that throw JsonQueryException Modifier and Type Method Description void
Functional.Consumer. accept(T value)
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.ArrayNode
JsonQueryUtils. applyToArrayNode(Expression expr, Scope scope, com.fasterxml.jackson.databind.JsonNode in)
private static com.fasterxml.jackson.databind.JsonNode
PathUtils. parseArraySliceIndices(com.fasterxml.jackson.databind.JsonNode startOrEnd)
static int
OnigUtils. parseModifiers(java.lang.String flags)
static Path
PathUtils. toPath(com.fasterxml.jackson.databind.JsonNode pathObj)
Constructors in net.thisptr.jackson.jq.internal.misc that throw JsonQueryException Constructor Description Pattern(java.lang.String regexText, java.lang.String flags)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.operators
Methods in net.thisptr.jackson.jq.internal.operators that throw JsonQueryException Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
AlternativeOperator. apply(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode lhs, com.fasterxml.jackson.databind.JsonNode rhs)
com.fasterxml.jackson.databind.JsonNode
BinaryOperator. apply(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode lhs, com.fasterxml.jackson.databind.JsonNode rhs)
com.fasterxml.jackson.databind.JsonNode
ComparisonOperator. apply(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode lhs, com.fasterxml.jackson.databind.JsonNode rhs)
com.fasterxml.jackson.databind.JsonNode
DivideOperator. apply(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode lhs, com.fasterxml.jackson.databind.JsonNode rhs)
com.fasterxml.jackson.databind.JsonNode
MinusOperator. apply(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode lhs, com.fasterxml.jackson.databind.JsonNode rhs)
com.fasterxml.jackson.databind.JsonNode
ModuloOperator. apply(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode lhs, com.fasterxml.jackson.databind.JsonNode rhs)
com.fasterxml.jackson.databind.JsonNode
MultiplyOperator. apply(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode lhs, com.fasterxml.jackson.databind.JsonNode rhs)
com.fasterxml.jackson.databind.JsonNode
PlusOperator. apply(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode lhs, com.fasterxml.jackson.databind.JsonNode rhs)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.tree
Methods in net.thisptr.jackson.jq.internal.tree that throw JsonQueryException Modifier and Type Method Description void
FieldConstruction.FieldConsumer. accept(java.lang.String name, com.fasterxml.jackson.databind.JsonNode value)
void
ArrayConstruction. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
BreakExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
Conditional. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
ForeachExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
FormattingFilter. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
FunctionCall. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
FunctionDefinition. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
NegativeExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
ObjectConstruction. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
PipedQuery. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
RecursionOperator. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
ReduceExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
SemicolonOperator. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
StringInterpolation. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
ThisObject. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
TopLevelExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
TryCatch. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
Tuple. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
VariableAccess. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
private static void
ObjectConstruction. 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)
void
FieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
void
IdentifierKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
void
JsonQueryKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
void
StringKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
void
VariableKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
private Function
FunctionCall. lookupFunction(Scope scope)
private void
Conditional. pathRecursive(PathOutput output, Scope scope, java.util.List<Pair<Expression,Expression>> switches, com.fasterxml.jackson.databind.JsonNode in, Path path)
private static void
PipedQuery. pathRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, java.util.List<PipeComponent> components, boolean requirePath)
private static void
RecursionOperator. pathRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output)
private void
StringInterpolation. 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 JsonQueryException in net.thisptr.jackson.jq.internal.tree.binaryop
Methods in net.thisptr.jackson.jq.internal.tree.binaryop that throw JsonQueryException Modifier and Type Method Description void
AlternativeOperatorExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
BooleanAndExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
BooleanOrExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
SimpleBinaryOperatorExpression. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.tree.binaryop.assignment
Methods in net.thisptr.jackson.jq.internal.tree.binaryop.assignment that throw JsonQueryException Modifier and Type Method Description void
Assignment. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
ComplexAssignment. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
void
UpdateAssignment. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.tree.fieldaccess
Methods in net.thisptr.jackson.jq.internal.tree.fieldaccess that throw JsonQueryException Modifier and Type Method Description void
BracketExtractFieldAccess. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
BracketFieldAccess. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
IdentifierFieldAccess. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
void
StringFieldAccess. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
protected static void
FieldAccess. emitAllPath(boolean permissive, com.fasterxml.jackson.databind.JsonNode pobj, Path ppath, PathOutput output, boolean requirePath)
protected static void
FieldAccess. emitArrayIndexOfPath(boolean permissive, com.fasterxml.jackson.databind.JsonNode subseqToLookFor, com.fasterxml.jackson.databind.JsonNode pobj, Path ppath, PathOutput output, boolean requirePath)
protected static void
FieldAccess. emitArrayIndexPath(boolean permissive, com.fasterxml.jackson.databind.JsonNode index, com.fasterxml.jackson.databind.JsonNode pobj, Path ppath, PathOutput output, boolean requirePath)
protected static void
FieldAccess. emitArrayRangeIndexPath(boolean permissive, com.fasterxml.jackson.databind.JsonNode start, com.fasterxml.jackson.databind.JsonNode end, com.fasterxml.jackson.databind.JsonNode pobj, Path ppath, PathOutput output, boolean requirePath)
protected static void
FieldAccess. emitObjectFieldPath(boolean permissive, java.lang.String key, com.fasterxml.jackson.databind.JsonNode pobj, Path ppath, PathOutput output, boolean requirePath)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.tree.literal
Methods in net.thisptr.jackson.jq.internal.tree.literal that throw JsonQueryException Modifier and Type Method Description void
ValueLiteral. apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.tree.matcher
Methods in net.thisptr.jackson.jq.internal.tree.matcher that throw JsonQueryException Modifier and Type Method Description void
PatternMatcher.MatchOutput. emit(java.util.List<PatternMatcher.MatchWithPath> vars)
void
PatternMatcher. 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)
void
PatternMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.internal.tree.matcher.matchers
Methods in net.thisptr.jackson.jq.internal.tree.matcher.matchers that throw JsonQueryException Modifier and Type Method Description void
ArrayMatcher. 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)
void
ObjectMatcher. 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)
void
ValueMatcher. 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)
void
ArrayMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)
void
ObjectMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)
void
ValueMatcher. matchWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate)
private void
ArrayMatcher. 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 void
ObjectMatcher. 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 void
ArrayMatcher. recursiveWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PatternMatcher.MatchOutput out, java.util.Stack<PatternMatcher.MatchWithPath> accumulate, int index)
private void
ObjectMatcher. recursiveWithPath(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PatternMatcher.MatchOutput output, java.util.Stack<PatternMatcher.MatchWithPath> accumulate, int index)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.module
Methods in net.thisptr.jackson.jq.module that throw JsonQueryException Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
ModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
ModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.module.loaders
Methods in net.thisptr.jackson.jq.module.loaders that throw JsonQueryException Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
ChainedModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
com.fasterxml.jackson.databind.JsonNode
FileSystemModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
BuiltinModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
ChainedModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
FileSystemModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
private Pair<java.util.List<java.nio.file.Path>,java.lang.String>
FileSystemModuleLoader. resolvePathsFromImportDirective(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
-
Uses of JsonQueryException in net.thisptr.jackson.jq.path
Methods in net.thisptr.jackson.jq.path that throw JsonQueryException Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
Path.Mutation. apply(com.fasterxml.jackson.databind.JsonNode node)
void
ArrayIndexOfPath. get(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive)
void
ArrayIndexPath. get(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive)
void
ArrayRangeIndexPath. get(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive)
void
InvalidPath. get(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive)
void
ObjectFieldPath. get(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive)
void
Path. get(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive)
void
RootPath. get(com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean permissive)
com.fasterxml.jackson.databind.JsonNode
ArrayIndexOfPath. mutate(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent)
private static com.fasterxml.jackson.databind.JsonNode
ArrayIndexPath. mutate(com.fasterxml.jackson.databind.JsonNode in, com.fasterxml.jackson.databind.JsonNode index, Path.Mutation mutation, boolean makeParent, boolean deleteMode)
com.fasterxml.jackson.databind.JsonNode
ArrayIndexPath. mutate(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent)
private static com.fasterxml.jackson.databind.JsonNode
ArrayRangeIndexPath. mutate(com.fasterxml.jackson.databind.JsonNode in, com.fasterxml.jackson.databind.JsonNode start, com.fasterxml.jackson.databind.JsonNode end, Path.Mutation mutation)
com.fasterxml.jackson.databind.JsonNode
ArrayRangeIndexPath. mutate(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent)
com.fasterxml.jackson.databind.JsonNode
InvalidPath. mutate(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent)
private static com.fasterxml.jackson.databind.JsonNode
ObjectFieldPath. mutate(com.fasterxml.jackson.databind.JsonNode in, java.lang.String key, Path.Mutation mutation, boolean makeParent)
com.fasterxml.jackson.databind.JsonNode
ObjectFieldPath. mutate(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent)
default com.fasterxml.jackson.databind.JsonNode
Path. mutate(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation)
com.fasterxml.jackson.databind.JsonNode
Path. mutate(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent)
com.fasterxml.jackson.databind.JsonNode
RootPath. mutate(com.fasterxml.jackson.databind.JsonNode in, Path.Mutation mutation, boolean makeParent)
static void
ArrayIndexOfPath. resolve(com.fasterxml.jackson.databind.JsonNode pobj, Path ppath, PathOutput output, com.fasterxml.jackson.databind.JsonNode subseq, boolean permissive)
static void
ArrayIndexPath. resolve(com.fasterxml.jackson.databind.JsonNode pobj, Path ppath, PathOutput output, com.fasterxml.jackson.databind.JsonNode index, boolean permissive)
static void
ArrayRangeIndexPath. resolve(com.fasterxml.jackson.databind.JsonNode pobj, Path ppath, PathOutput output, com.fasterxml.jackson.databind.JsonNode start, com.fasterxml.jackson.databind.JsonNode end, boolean permissive)
static void
ObjectFieldPath. resolve(com.fasterxml.jackson.databind.JsonNode pobj, Path ppath, PathOutput output, java.lang.String key, boolean permissive)
void
ArrayIndexOfPath. toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out)
void
ArrayIndexPath. toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out)
void
ArrayRangeIndexPath. toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out)
void
InvalidPath. toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out)
void
ObjectFieldPath. toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out)
void
Path. toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out)
void
RootPath. toJsonNode(com.fasterxml.jackson.databind.node.ArrayNode out)
-