public abstract class DataSource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataSourceType |
type |
| Constructor and Description |
|---|
DataSource(DataSourceType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(com.alibaba.fastjson.JSONObject jsonObject) |
DataSourceType |
getType() |
void |
setType(DataSourceType type) |
protected DataSourceType type
public DataSource(DataSourceType type)
public DataSourceType getType()
public void setType(DataSourceType type)
public void deserialize(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2025. All Rights Reserved.