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
private static final class FileSystemModuleLoader.FileSystemModule extends SimpleModule
-
-
Field Summary
Fields Modifier and Type Field Description private FileSystemModuleLoader
loader
private java.nio.file.Path
modulePath
private java.nio.file.Path
searchPath
-
Constructor Summary
Constructors Constructor Description FileSystemModule(FileSystemModuleLoader loader, java.nio.file.Path searchPath, java.nio.file.Path modulePath)
-
Method Summary
-
Methods inherited from class net.thisptr.jackson.jq.module.SimpleModule
addAllFunctions, addFunction, addFunction, getAllFunctions, getFunction
-
-
-
-
Field Detail
-
modulePath
private final java.nio.file.Path modulePath
-
searchPath
private final java.nio.file.Path searchPath
-
loader
private final FileSystemModuleLoader loader
-
-
Constructor Detail
-
FileSystemModule
public FileSystemModule(FileSystemModuleLoader loader, java.nio.file.Path searchPath, java.nio.file.Path modulePath)
-
-