| Interface | Description |
|---|---|
| ConfigParser<S,T> |
Parse config from source data type S to target data type T.
|
| DataSource<S,T> |
This class is responsible for getting configs.
|
| Class | Description |
|---|---|
| AbstractDataSource<S,T> | |
| AutoRefreshDataSource<S,T> |
A
DataSource automatically fetches the backend data. |
| EmptyDataSource |
A
DataSource based on nothing. |
| FileRefreshableDataSource<T> |
A
DataSource based on file. |
Copyright © 2018 Alibaba Group. All rights reserved.