public class StaticDataConnectorFactoryBean extends BaseDataConnectorFactoryBean
StaticDataConnectors.| Modifier and Type | Field and Description |
|---|---|
private List<BaseAttribute<String>> |
staticAttributes
Static attributes returned by the created data connector.
|
| Constructor and Description |
|---|
StaticDataConnectorFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
Class |
getObjectType() |
List<BaseAttribute<String>> |
getStaticAttributes()
Gets the static attributes returned by the created data connector.
|
void |
setStaticAttributes(List<BaseAttribute<String>> attributes)
Sets the static attributes returned by the created data connector.
|
getFailoverDataConnectorId, populateDataConnector, setFailoverDataConnectorIdsgetDependencyIds, getPluginId, setDependencyIds, setPluginIdprivate List<BaseAttribute<String>> staticAttributes
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic List<BaseAttribute<String>> getStaticAttributes()
public void setStaticAttributes(List<BaseAttribute<String>> attributes)
attributes - static attributes returned by the created data connectorCopyright © 1999-2015. All Rights Reserved.