Uses of Interface
net.thisptr.jackson.jq.module.Module
Packages that use Module
Package
Description
-
Uses of Module in net.thisptr.jackson.jq
Fields in net.thisptr.jackson.jq declared as ModuleFields in net.thisptr.jackson.jq with type parameters of type ModuleMethods in net.thisptr.jackson.jq that return ModuleMethods in net.thisptr.jackson.jq that return types with arguments of type ModuleMethods in net.thisptr.jackson.jq with parameters of type ModuleModifier and TypeMethodDescriptionvoid
Scope.addImportedModule
(String name, Module module) void
Scope.setCurrentModule
(Module module) Method parameters in net.thisptr.jackson.jq with type arguments of type ModuleModifier and TypeMethodDescriptionprivate void
Scope.getImportedModules
(List<Module> modules, String name) -
Uses of Module in net.thisptr.jackson.jq.extra
Classes in net.thisptr.jackson.jq.extra that implement Module -
Uses of Module in net.thisptr.jackson.jq.internal.module.loaders
Methods in net.thisptr.jackson.jq.internal.module.loaders that return ModuleModifier and TypeMethodDescriptionNullModuleLoader.loadModule
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) Methods in net.thisptr.jackson.jq.internal.module.loaders with parameters of type Module -
Uses of Module in net.thisptr.jackson.jq.module
Classes in net.thisptr.jackson.jq.module that implement ModuleMethods in net.thisptr.jackson.jq.module that return ModuleModifier and TypeMethodDescriptionModuleLoader.loadModule
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) Methods in net.thisptr.jackson.jq.module with parameters of type Module -
Uses of Module in net.thisptr.jackson.jq.module.loaders
Classes in net.thisptr.jackson.jq.module.loaders that implement ModuleModifier and TypeClassDescriptionprivate static final class
Fields in net.thisptr.jackson.jq.module.loaders with type parameters of type ModuleModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<Pair<Path, String>, FileSystemModuleLoader.TryOnce<Module>> FileSystemModuleLoader.loadedModules
BuiltinModuleLoader.pathAndModules
Methods in net.thisptr.jackson.jq.module.loaders that return ModuleModifier and TypeMethodDescriptionBuiltinModuleLoader.loadModule
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) ChainedModuleLoader.loadModule
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) FileSystemModuleLoader.loadModule
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) private Module
FileSystemModuleLoader.loadModuleActual
(Path searchPath, String path) Methods in net.thisptr.jackson.jq.module.loaders that return types with arguments of type ModuleMethods in net.thisptr.jackson.jq.module.loaders with parameters of type ModuleModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
BuiltinModuleLoader.loadData
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) com.fasterxml.jackson.databind.JsonNode
ChainedModuleLoader.loadData
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) com.fasterxml.jackson.databind.JsonNode
FileSystemModuleLoader.loadData
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) BuiltinModuleLoader.loadModule
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) ChainedModuleLoader.loadModule
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) FileSystemModuleLoader.loadModule
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata) FileSystemModuleLoader.resolvePathsFromImportDirective
(Module caller, String path, com.fasterxml.jackson.databind.JsonNode metadata)