Uses of Class
net.thisptr.jackson.jq.internal.annotations.Experimental
-
Packages that use Experimental Package Description net.thisptr.jackson.jq net.thisptr.jackson.jq.module net.thisptr.jackson.jq.module.loaders -
-
Uses of Experimental in net.thisptr.jackson.jq
Methods in net.thisptr.jackson.jq with annotations of type Experimental Modifier and Type Method Description void
Scope. addImportedModule(java.lang.String name, Module module)
Module
Scope. getCurrentModule()
com.fasterxml.jackson.databind.JsonNode
Scope. getImportedData(java.lang.String name)
java.util.List<Module>
Scope. getImportedModules(java.lang.String name)
private void
Scope. getImportedModules(java.util.List<Module> modules, java.lang.String name)
java.util.Map<java.lang.String,Function>
Scope. getLocalFunctions()
ModuleLoader
Scope. getModuleLoader()
Scope
Scope. getParentScope()
void
Scope. setCurrentModule(Module module)
void
Scope. setImportedData(java.lang.String name, com.fasterxml.jackson.databind.JsonNode data)
void
Scope. setModuleLoader(ModuleLoader moduleLoader)
-
Uses of Experimental in net.thisptr.jackson.jq.module
Classes in net.thisptr.jackson.jq.module with annotations of type Experimental Modifier and Type Interface Description interface
Module
interface
ModuleLoader
class
SimpleModule
-
Uses of Experimental in net.thisptr.jackson.jq.module.loaders
Classes in net.thisptr.jackson.jq.module.loaders with annotations of type Experimental Modifier and Type Class Description class
BuiltinModuleLoader
class
ChainedModuleLoader
class
FileSystemModuleLoader
-