所有类和接口

说明
The abstract readable data source provides basic functionality for loading and parsing config.
A ReadableDataSource automatically fetches the backend data.
Convert an object from source type S to target type T.
A ReadableDataSource based on nothing.
A ReadableDataSource based on jar file.
A ReadableDataSource based on file.
A WritableDataSource based on file.
The readable data source is responsible for retrieving configs (read-only).
Interface of writable data source support.