Uses of Interface
net.thisptr.jackson.jq.Function
-
-
Uses of Function in net.thisptr.jackson.jq
Fields in net.thisptr.jackson.jq with type parameters of type Function Modifier and Type Field Description private java.util.Map<java.lang.String,Function>Scope. functionsMethods in net.thisptr.jackson.jq that return Function Modifier and Type Method Description FunctionScope. getFunction(java.lang.String name, int nargs)private FunctionScope. getFunctionRecursive(java.lang.String name)Methods in net.thisptr.jackson.jq that return types with arguments of type Function Modifier and Type Method Description java.util.Map<java.lang.String,Function>Scope. getLocalFunctions()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)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.Methods in net.thisptr.jackson.jq with parameters of type Function Modifier and Type Method Description voidScope. addFunction(java.lang.String name, int n, Function q)voidScope. addFunction(java.lang.String name, Function q)private static java.lang.String[]BuiltinFunctionLoader. extractFunctionNamesFromAnnotationIfVersionMatch(Function fn, Version version)private static java.lang.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 Modifier and Type Method Description private voidModuleImpl. addFunction(Function f) -
Uses of Function in net.thisptr.jackson.jq.extra.functions
Classes in net.thisptr.jackson.jq.extra.functions that implement Function Modifier and Type Class Description classHostnameFunctionclassRandomFunctionclassStrFTimeFunctionclassStrPTimeFunctionclassTimestampFunctionclassUriDecodeFunctionclassUriParseFunctionclassUuid35FunctionclassUuid4Function -
Uses of Function in net.thisptr.jackson.jq.internal
Classes in net.thisptr.jackson.jq.internal that implement Function Modifier and Type Class Description classJsonArgumentFunctionclassJsonNodeFunctionclassJsonPredicateFunctionclassJsonQueryFunction -
Uses of Function in net.thisptr.jackson.jq.internal.filters
Classes in net.thisptr.jackson.jq.internal.filters that implement Function Modifier and Type Class Description classAbstractSvFilterclassCsvFilterclassTsvFilter -
Uses of Function in net.thisptr.jackson.jq.internal.functions
-
Uses of Function in net.thisptr.jackson.jq.internal.functions.debug
Classes in net.thisptr.jackson.jq.internal.functions.debug that implement Function Modifier and Type Class Description classDebugScopeFunction -
Uses of Function in net.thisptr.jackson.jq.internal.functions.math
Classes in net.thisptr.jackson.jq.internal.functions.math that implement Function Modifier and Type Class Description classAtan2FunctionclassPowFunction -
Uses of Function in net.thisptr.jackson.jq.internal.tree
Methods in net.thisptr.jackson.jq.internal.tree that return Function Modifier and Type Method Description private FunctionFunctionCall. lookupFunction(Scope scope) -
Uses of Function in net.thisptr.jackson.jq.module
Fields in net.thisptr.jackson.jq.module with type parameters of type Function Modifier and Type Field Description private java.util.Map<java.lang.String,Function>SimpleModule. functionsMethods in net.thisptr.jackson.jq.module that return Function Modifier and Type Method Description FunctionModule. getFunction(java.lang.String fname, int nargs)FunctionSimpleModule. getFunction(java.lang.String fname, int nargs)Methods in net.thisptr.jackson.jq.module that return types with arguments of type Function Modifier and Type Method Description java.util.Map<java.lang.String,Function>Module. getAllFunctions()java.util.Map<java.lang.String,Function>SimpleModule. getAllFunctions()Methods in net.thisptr.jackson.jq.module with parameters of type Function Modifier and Type Method Description voidSimpleModule. addFunction(java.lang.String fname, int nargs, Function f)voidSimpleModule. addFunction(java.lang.String fnameAndNarg, Function f)Method parameters in net.thisptr.jackson.jq.module with type arguments of type Function Modifier and Type Method Description voidSimpleModule. addAllFunctions(java.util.Map<java.lang.String,Function> functions)
-