Uses of Class
net.thisptr.jackson.jq.Version
Packages that use Version
Package
Description
-
Uses of Version in net.thisptr.jackson.jq
Fields in net.thisptr.jackson.jq declared as VersionModifier and TypeFieldDescriptionstatic final Version
Versions.JQ_1_5
static final Version
Versions.JQ_1_6
static final Version
Version.LATEST
private final Version
VersionRange.maxVersion
private final Version
VersionRange.minVersion
Methods in net.thisptr.jackson.jq that return VersionMethods in net.thisptr.jackson.jq that return types with arguments of type VersionMethods in net.thisptr.jackson.jq with parameters of type VersionModifier and TypeMethodDescriptionvoid
Function.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) int
static JsonQuery
boolean
private static String[]
BuiltinFunctionLoader.extractFunctionNamesFromAnnotationIfVersionMatch
(Function fn, Version version) private static String[]
BuiltinFunctionLoader.extractFunctionNamesFromDeprecatedAnnotationIfVersionMatch
(Function fn, Version version) BuiltinFunctionLoader.listFunctions
(ClassLoader classLoader, Version version, Scope closureScope) Load function definitions from the default resource from an arbitraryClassLoader
.BuiltinFunctionLoader.listFunctions
(Version version, Scope closureScope) void
BuiltinFunctionLoader.loadFunctions
(ClassLoader classLoader, Version version, Scope closureScope) void
BuiltinFunctionLoader.loadFunctions
(Version version, Scope closureScope) BuiltinFunctionLoader.loadFunctionsFromJsonJq
(ClassLoader classLoader, Version version, Scope closureScope) Do not use this method.BuiltinFunctionLoader.loadFunctionsFromServiceLoader
(ClassLoader classLoader, Version version) Do not use this method.Constructors in net.thisptr.jackson.jq with parameters of type VersionModifierConstructorDescriptionVersionRange
(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 VersionModifier and TypeMethodDescriptionvoid
HostnameFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
RandomFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
StrFTimeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
StrPTimeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
TimestampFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
UriDecodeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
UriParseFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
Uuid35Function.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) void
Uuid4Function.apply
(Scope scope, 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 VersionModifier and TypeMethodDescriptionvoid
JsonArgumentFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
JsonNodeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
JsonPredicateFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
JsonQueryFunction.apply
(Scope scope, 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 VersionModifier and TypeMethodDescriptionvoid
AbstractSvFilter.apply
(Scope scope, 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 VersionModifier and TypeMethodDescriptionvoid
_MatchImplFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
_SubImplFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AbstractAtFormattingFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AbstractKeysFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AbstractMaxByFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AbstractStartsEndsWithFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AbstractTrimStrFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
AtShFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
BuiltinsFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) void
ContainsFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
DelPathsFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
EmptyFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
EnvFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ErrorFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ExplodeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
FromEntriesFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
FromJsonFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
GetPathFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
GroupByFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
HasFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ImplodeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
IndexFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
IndicesFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
JoinFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
LengthFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
MathFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
NotFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
NowFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) void
PathFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
PathsFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
RangeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ReverseFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
RIndexFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
SetPathFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path inpath, PathOutput output, Version version) void
SortByFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode items, Path ipath, PathOutput output, Version version) void
SplitFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ToEntriesFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ToJsonFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ToNumberFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
ToStringFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
TypeFunction.apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) void
Utf8ByteLengthFunction.apply
(Scope scope, 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 VersionModifier and TypeMethodDescriptionvoid
DebugScopeFunction.apply
(Scope scope, 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 VersionMethods in net.thisptr.jackson.jq.internal.javacc with parameters of type Version -
Uses of Version in net.thisptr.jackson.jq.internal.tree
Fields in net.thisptr.jackson.jq.internal.tree declared as VersionModifier and TypeFieldDescriptionprivate final Version
FormattingFilter.version
private final Version
FunctionCall.version
Constructors in net.thisptr.jackson.jq.internal.tree with parameters of type VersionModifierConstructorDescriptionFormattingFilter
(String name, Version version) FunctionCall
(String moduleName, String name, 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 VersionModifier and TypeMethodDescriptionstatic Expression
BinaryOperatorExpression.buildTree
(List<Expression> exprs, List<BinaryOperatorExpression.Operator> operators, Version version) 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 VersionConstructors in net.thisptr.jackson.jq.internal.tree.binaryop.assignment with parameters of type Version -
Uses of Version in net.thisptr.jackson.jq.module.loaders
Fields in net.thisptr.jackson.jq.module.loaders declared as VersionConstructors in net.thisptr.jackson.jq.module.loaders with parameters of type VersionModifierConstructorDescriptionFileSystemModuleLoader
(Scope parentScope, Version version, Path... searchPaths)