Uses of Class
net.thisptr.jackson.jq.Version
-
-
Uses of Version in net.thisptr.jackson.jq
Fields in net.thisptr.jackson.jq declared as Version Modifier and Type Field Description static Version
Versions. JQ_1_5
static Version
Versions. JQ_1_6
static Version
Versions. JQ_1_7
static Version
Version. LATEST
private Version
VersionRange. maxVersion
private Version
VersionRange. minVersion
Methods in net.thisptr.jackson.jq that return Version Modifier and Type Method Description static Version
Version. valueOf(java.lang.String text)
Methods in net.thisptr.jackson.jq that return types with arguments of type Version Modifier and Type Method Description static java.util.List<Version>
Versions. versions()
Methods in net.thisptr.jackson.jq with parameters of type Version Modifier and Type Method Description void
Function. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)
int
Version. compareTo(Version o)
static JsonQuery
JsonQuery. compile(java.lang.String path, Version version)
boolean
VersionRange. contains(Version version)
private static java.lang.String[]
BuiltinFunctionLoader. extractFunctionNamesFromAnnotationIfVersionMatch(Function fn, Version version)
private static java.lang.String[]
BuiltinFunctionLoader. extractFunctionNamesFromDeprecatedAnnotationIfVersionMatch(Function fn, Version version)
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)
void
BuiltinFunctionLoader. loadFunctions(java.lang.ClassLoader classLoader, Version version, Scope closureScope)
void
BuiltinFunctionLoader. 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.java.util.Map<java.lang.String,Function>
BuiltinFunctionLoader. loadFunctionsFromServiceLoader(java.lang.ClassLoader classLoader, Version version)
Do not use this method.Constructors in net.thisptr.jackson.jq with parameters of type Version Constructor Description VersionRange(Version minVersion, boolean minInclusive, Version maxVersion, boolean maxInclusive)
-
Uses of Version in net.thisptr.jackson.jq.extra.functions
Methods in net.thisptr.jackson.jq.extra.functions with parameters of type Version 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 Version in net.thisptr.jackson.jq.internal
Methods in net.thisptr.jackson.jq.internal with parameters of type Version Modifier and Type Method Description 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)
-
Uses of Version in net.thisptr.jackson.jq.internal.filters
Methods in net.thisptr.jackson.jq.internal.filters with parameters of type Version 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 Version in net.thisptr.jackson.jq.internal.functions
Methods in net.thisptr.jackson.jq.internal.functions with parameters of type Version 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)
-
Uses of Version in net.thisptr.jackson.jq.internal.functions.debug
Methods in net.thisptr.jackson.jq.internal.functions.debug with parameters of type Version 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 Version in net.thisptr.jackson.jq.internal.javacc
Fields in net.thisptr.jackson.jq.internal.javacc declared as Version Modifier and Type Field Description private Version
ExpressionParser. version
Methods in net.thisptr.jackson.jq.internal.javacc with parameters of type Version Modifier and Type Method Description static Expression
ExpressionParser. compile(java.lang.String line, Version version)
-
Uses of Version in net.thisptr.jackson.jq.internal.tree
Fields in net.thisptr.jackson.jq.internal.tree declared as Version Modifier and Type Field Description private Version
FormattingFilter. version
private Version
FunctionCall. version
Constructors in net.thisptr.jackson.jq.internal.tree with parameters of type Version Constructor Description FormattingFilter(java.lang.String name, Version version)
FunctionCall(java.lang.String moduleName, java.lang.String name, java.util.List<Expression> args, Version version)
-
Uses of Version in net.thisptr.jackson.jq.internal.tree.binaryop
Methods in net.thisptr.jackson.jq.internal.tree.binaryop with parameters of type Version Modifier and Type Method Description static Expression
BinaryOperatorExpression. buildTree(java.util.List<Expression> exprs, java.util.List<BinaryOperatorExpression.Operator> operators, Version version)
Expression
BinaryOperatorExpression.Operator. buildTree(Expression lhs, Expression rhs, Version version)
-
Uses of Version in net.thisptr.jackson.jq.internal.tree.binaryop.assignment
Fields in net.thisptr.jackson.jq.internal.tree.binaryop.assignment declared as Version Modifier and Type Field Description private Version
UpdateAssignment. version
Constructors in net.thisptr.jackson.jq.internal.tree.binaryop.assignment with parameters of type Version Constructor Description UpdateAssignment(Expression lhs, Expression rhs, Version version)
-
Uses of Version in net.thisptr.jackson.jq.module.loaders
Fields in net.thisptr.jackson.jq.module.loaders declared as Version Modifier and Type Field Description private Version
FileSystemModuleLoader. version
Constructors in net.thisptr.jackson.jq.module.loaders with parameters of type Version Constructor Description FileSystemModuleLoader(Scope parentScope, Version version, java.nio.file.Path... searchPaths)
-