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 Module
Scope. currentModule
Fields 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. importedModules
Methods in net.thisptr.jackson.jq that return Module Modifier and Type Method Description Module
Scope. 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 void
Scope. addImportedModule(java.lang.String name, Module module)
void
Scope. setCurrentModule(Module module)
Method parameters in net.thisptr.jackson.jq with type arguments of type Module Modifier and Type Method Description private void
Scope. 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 class
ModuleImpl
-
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 Module
NullModuleLoader. 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.JsonNode
NullModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
NullModuleLoader. 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 class
SimpleModule
Methods in net.thisptr.jackson.jq.module that return Module Modifier and Type Method Description Module
ModuleLoader. 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.JsonNode
ModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
ModuleLoader. 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 class
FileSystemModuleLoader.FileSystemModule
Fields 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. loadedModules
private java.util.Map<java.lang.String,Module>
BuiltinModuleLoader. pathAndModules
Methods in net.thisptr.jackson.jq.module.loaders that return Module Modifier and Type Method Description Module
BuiltinModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
ChainedModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
FileSystemModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
private Module
FileSystemModuleLoader. 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.JsonNode
BuiltinModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
com.fasterxml.jackson.databind.JsonNode
ChainedModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
com.fasterxml.jackson.databind.JsonNode
FileSystemModuleLoader. loadData(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
BuiltinModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
ChainedModuleLoader. loadModule(Module caller, java.lang.String path, com.fasterxml.jackson.databind.JsonNode metadata)
Module
FileSystemModuleLoader. 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)
-