| Interface | Description |
|---|---|
| Converter<S,T> |
Convert an object from source type
S to target type T. |
| ReadableDataSource<S,T> |
The readable data source is responsible for retrieving configs (read-only).
|
| WritableDataSource<T> |
Interface of writable data source support.
|
| Class | Description |
|---|---|
| AbstractDataSource<S,T> |
The abstract readable data source provides basic functionality for loading and parsing config.
|
| AutoRefreshDataSource<S,T> |
A
ReadableDataSource automatically fetches the backend data. |
| EmptyDataSource |
A
ReadableDataSource based on nothing. |
| FileInJarReadableDataSource<T> |
A
ReadableDataSource based on jar file. |
| FileRefreshableDataSource<T> |
A
ReadableDataSource based on file. |
| FileWritableDataSource<T> |
A
WritableDataSource based on file. |
Copyright © 2020 Alibaba Group. All rights reserved.