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 voidScope. addImportedModule(java.lang.String name, Module module)ModuleScope. getCurrentModule()com.fasterxml.jackson.databind.JsonNodeScope. getImportedData(java.lang.String name)java.util.List<Module>Scope. getImportedModules(java.lang.String name)private voidScope. getImportedModules(java.util.List<Module> modules, java.lang.String name)java.util.Map<java.lang.String,Function>Scope. getLocalFunctions()ModuleLoaderScope. getModuleLoader()ScopeScope. getParentScope()voidScope. setCurrentModule(Module module)voidScope. setImportedData(java.lang.String name, com.fasterxml.jackson.databind.JsonNode data)voidScope. 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 interfaceModuleinterfaceModuleLoaderclassSimpleModule -
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 classBuiltinModuleLoaderclassChainedModuleLoaderclassFileSystemModuleLoader
-