| Package | Description |
|---|---|
| net.thisptr.jackson.jq | |
| net.thisptr.jackson.jq.module | |
| net.thisptr.jackson.jq.module.loaders |
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.addImportedModule(String name,
Module module) |
Module |
Scope.getCurrentModule() |
com.fasterxml.jackson.databind.JsonNode |
Scope.getImportedData(String name) |
List<Module> |
Scope.getImportedModules(String name) |
Map<String,Function> |
Scope.getLocalFunctions() |
ModuleLoader |
Scope.getModuleLoader() |
Scope |
Scope.getParentScope() |
void |
Scope.setCurrentModule(Module module) |
void |
Scope.setImportedData(String name,
com.fasterxml.jackson.databind.JsonNode data) |
void |
Scope.setModuleLoader(ModuleLoader moduleLoader) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Module |
interface |
ModuleLoader |
class |
SimpleModule |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinModuleLoader |
class |
ChainedModuleLoader |
class |
FileSystemModuleLoader |
Copyright © 2025. All rights reserved.