| 程序包 | 说明 |
|---|---|
| cn.com.fishin.tuz.loader.json |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClasspathJSONLoader
JSON 配置文件加载器
这个加载器专门用来加载类路径下的 json 配置文件,并返回 Map 集合
JSON file loader
This loader is used to load json file in classpath
|
class |
FileSystemJSONLoader
JSON 配置文件加载器
这个加载器专门用来加载文件系统中的 JSON 配置文件,并返回 Map 集合
JSON file loader
This loader is used to load JSON file in file System
|
class |
ReaderJSONLoader
JSON 配置文件加载器
默认使用 UTF8 字符集
这个加载器适用于使用 Reader 加载资源文件的加载器,
子类必须实现 getReader(String resourceFileName) 方法
JSON file loader
This loader uses Reader to load resource,
subclass must implement method getReader(String resourceFileName)
|
Copyright © 2019. All Rights Reserved.