Uses of Interface
net.thisptr.jackson.jq.module.Module
-
Packages that use Module Package Description net.thisptr.jackson.jq net.thisptr.jackson.jq.extra net.thisptr.jackson.jq.internal.module.loaders net.thisptr.jackson.jq.module net.thisptr.jackson.jq.module.loaders -
-
Uses of Module in net.thisptr.jackson.jq
Fields in net.thisptr.jackson.jq declared as Module Modifier and Type Field Description private ModuleScope. currentModuleFields in net.thisptr.jackson.jq with type parameters of type Module Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.LinkedList<Module>>Scope. importedModulesMethods in net.thisptr.jackson.jq that return Module Modifier and Type Method Description ModuleScope. getCurrentModule()Methods in net.thisptr.jackson.jq that return types with arguments of type Module Modifier and Type Method Description java.util.List<Module>Scope. getImportedModules(java.lang.String name)Methods in net.thisptr.jackson.jq with parameters of type Module Modifier and Type Method Description voidScope. addImportedModule(java.lang.String name, Module module)voidScope. setCurrentModule(Module module)Method parameters in net.thisptr.jackson.jq with type arguments of type Module Modifier and Type Method Description private voidScope. getImportedModules(java.util.List<Module> modules, java.lang.String name) -
Uses of Module in net.thisptr.jackson.jq.extra
Classes in net.thisptr.jackson.jq.extra that implement Module Modifier and Type Class Description classModuleImpl -
Uses of Module in net.thisptr.jackson.jq.internal.module.loaders
Methods in net.thisptr.jackson.jq.internal.module.loaders that return Module Modifier and Type Method Description ModuleNullModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)Methods in net.thisptr.jackson.jq.internal.module.loaders with parameters of type Module Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeNullModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)ModuleNullModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata) -
Uses of Module in net.thisptr.jackson.jq.module
Classes in net.thisptr.jackson.jq.module that implement Module Modifier and Type Class Description classSimpleModuleMethods in net.thisptr.jackson.jq.module that return Module Modifier and Type Method Description ModuleModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)Methods in net.thisptr.jackson.jq.module with parameters of type Module Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)ModuleModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata) -
Uses of Module in net.thisptr.jackson.jq.module.loaders
Classes in net.thisptr.jackson.jq.module.loaders that implement Module Modifier and Type Class Description private static classFileSystemModuleLoader.FileSystemModuleFields in net.thisptr.jackson.jq.module.loaders with type parameters of type Module Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<Pair<java.nio.file.Path,java.lang.String>,FileSystemModuleLoader.TryOnce<Module>>FileSystemModuleLoader. loadedModulesprivate java.util.Map<java.lang.String,Module>BuiltinModuleLoader. pathAndModulesMethods in net.thisptr.jackson.jq.module.loaders that return Module Modifier and Type Method Description ModuleBuiltinModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)ModuleChainedModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)ModuleFileSystemModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)private ModuleFileSystemModuleLoader. loadModuleActual(java.nio.file.Path searchPath, java.lang.String path)Methods in net.thisptr.jackson.jq.module.loaders that return types with arguments of type Module Modifier and Type Method Description java.util.Map<java.lang.String,Module>BuiltinModuleLoader. loadAllModules()Methods in net.thisptr.jackson.jq.module.loaders with parameters of type Module Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeBuiltinModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)com.fasterxml.jackson.databind.JsonNodeChainedModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)com.fasterxml.jackson.databind.JsonNodeFileSystemModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)ModuleBuiltinModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)ModuleChainedModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)ModuleFileSystemModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)private Pair<java.util.List<java.nio.file.Path>,java.lang.String>FileSystemModuleLoader. resolvePathsFromImportDirective(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
-