Uses of Interface
net.thisptr.jackson.jq.Function
Packages that use Function
Package
Description
-
Uses of Function in net.thisptr.jackson.jq
Fields in net.thisptr.jackson.jq with type parameters of type FunctionMethods in net.thisptr.jackson.jq that return FunctionModifier and TypeMethodDescriptionScope.getFunction
(String name, int nargs) private Function
Scope.getFunctionRecursive
(String name) Methods in net.thisptr.jackson.jq that return types with arguments of type FunctionModifier and TypeMethodDescriptionScope.getLocalFunctions()
BuiltinFunctionLoader.listFunctions
(ClassLoader classLoader, Version version, Scope closureScope) Load function definitions from the default resource from an arbitraryClassLoader
.BuiltinFunctionLoader.listFunctions
(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.Methods in net.thisptr.jackson.jq with parameters of type FunctionModifier and TypeMethodDescriptionvoid
Scope.addFunction
(String name, int n, Function q) void
Scope.addFunction
(String name, Function q) private static String[]
BuiltinFunctionLoader.extractFunctionNamesFromAnnotationIfVersionMatch
(Function fn, Version version) private static String[]
BuiltinFunctionLoader.extractFunctionNamesFromDeprecatedAnnotationIfVersionMatch
(Function fn, Version version) -
Uses of Function in net.thisptr.jackson.jq.extra
Methods in net.thisptr.jackson.jq.extra with parameters of type Function -
Uses of Function in net.thisptr.jackson.jq.extra.functions
Classes in net.thisptr.jackson.jq.extra.functions that implement FunctionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of Function in net.thisptr.jackson.jq.internal
Classes in net.thisptr.jackson.jq.internal that implement FunctionModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Function in net.thisptr.jackson.jq.internal.filters
Classes in net.thisptr.jackson.jq.internal.filters that implement Function -
Uses of Function in net.thisptr.jackson.jq.internal.functions
Classes in net.thisptr.jackson.jq.internal.functions that implement FunctionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
RFC2396 unreserved = alphanum | mark mark = "-" | "_" | "." | "!" | "~" | "*" | "'" | "(" | ")"class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Function in net.thisptr.jackson.jq.internal.functions.debug
Classes in net.thisptr.jackson.jq.internal.functions.debug that implement Function -
Uses of Function in net.thisptr.jackson.jq.internal.functions.math
Classes in net.thisptr.jackson.jq.internal.functions.math that implement Function -
Uses of Function in net.thisptr.jackson.jq.internal.tree
Methods in net.thisptr.jackson.jq.internal.tree that return Function -
Uses of Function in net.thisptr.jackson.jq.module
Fields in net.thisptr.jackson.jq.module with type parameters of type FunctionMethods in net.thisptr.jackson.jq.module that return FunctionModifier and TypeMethodDescriptionModule.getFunction
(String fname, int nargs) SimpleModule.getFunction
(String fname, int nargs) Methods in net.thisptr.jackson.jq.module that return types with arguments of type FunctionMethods in net.thisptr.jackson.jq.module with parameters of type FunctionModifier and TypeMethodDescriptionvoid
SimpleModule.addFunction
(String fname, int nargs, Function f) void
SimpleModule.addFunction
(String fnameAndNarg, Function f) Method parameters in net.thisptr.jackson.jq.module with type arguments of type FunctionModifier and TypeMethodDescriptionvoid
SimpleModule.addAllFunctions
(Map<String, Function> functions)