public final class DataSourceReflection extends Object
| Constructor and Description |
|---|
DataSourceReflection(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefaultDataSourceProperties()
Add default data source properties.
|
Map<String,Object> |
convertToProperties()
Convert to properties.
|
void |
setField(String fieldName,
Object fieldValue)
Set data source field.
|
public DataSourceReflection(DataSource dataSource)
public Map<String,Object> convertToProperties()
public void setField(String fieldName, Object fieldValue)
fieldName - field namefieldValue - field valuepublic void addDefaultDataSourceProperties()
Copyright © 2022 The Apache Software Foundation. All rights reserved.