Class FileSystemModuleLoader.FileSystemModule
java.lang.Object
net.thisptr.jackson.jq.module.SimpleModule
net.thisptr.jackson.jq.module.loaders.FileSystemModuleLoader.FileSystemModule
- All Implemented Interfaces:
Module
- Enclosing class:
FileSystemModuleLoader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FileSystemModuleLoader
private final Path
private final Path
-
Constructor Summary
ConstructorsConstructorDescriptionFileSystemModule
(FileSystemModuleLoader loader, Path searchPath, Path modulePath) -
Method Summary
Methods inherited from class net.thisptr.jackson.jq.module.SimpleModule
addAllFunctions, addFunction, addFunction, getAllFunctions, getFunction
-
Field Details
-
modulePath
-
searchPath
-
loader
-
-
Constructor Details
-
FileSystemModule
-