Class FileSystemModuleLoader.ModuleFile
- java.lang.Object
-
- net.thisptr.jackson.jq.module.loaders.FileSystemModuleLoader.ModuleFile
-
- Enclosing class:
- FileSystemModuleLoader
private static final class FileSystemModuleLoader.ModuleFile extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
bytes
java.nio.file.Path
modulePath
java.nio.file.Path
searchPath
-
Constructor Summary
Constructors Constructor Description ModuleFile(java.nio.file.Path searchPath, java.nio.file.Path modulePath, byte[] bytes)
-