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 VersionVersions. JQ_1_5static VersionVersions. JQ_1_6static VersionVersions. JQ_1_7static VersionVersion. LATESTprivate VersionVersionRange. maxVersionprivate VersionVersionRange. minVersionMethods in net.thisptr.jackson.jq that return Version Modifier and Type Method Description static VersionVersion. 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 voidFunction. apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)intVersion. compareTo(Version o)static JsonQueryJsonQuery. compile(java.lang.String path, Version version)booleanVersionRange. 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)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.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 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 Version in net.thisptr.jackson.jq.internal
Methods in net.thisptr.jackson.jq.internal with parameters of type Version 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) -
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 voidAbstractSvFilter. 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)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 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 voidDebugScopeFunction. 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 VersionExpressionParser. versionMethods in net.thisptr.jackson.jq.internal.javacc with parameters of type Version Modifier and Type Method Description static ExpressionExpressionParser. 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 VersionFormattingFilter. versionprivate VersionFunctionCall. versionConstructors 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 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. -
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 VersionUpdateAssignment. versionConstructors 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 VersionFileSystemModuleLoader. versionConstructors in net.thisptr.jackson.jq.module.loaders with parameters of type Version Constructor Description FileSystemModuleLoader(Scope parentScope, Version version, java.nio.file.Path... searchPaths)
-