com.github.manosbatsis.corda.testacles.containers.config.database / DataSourceProperties
DataSourceProperties¶
data class DataSourceProperties :
DatabaseConnectionProperties
Constructors¶
Name | Summary |
---|---|
<init> | DataSourceProperties(dataSource: DataSource , dataSourceClassName: String ) |
Properties¶
Name | Summary |
---|---|
dataSource | val dataSource: DataSource |
dataSourceClassName | val dataSourceClassName: String |
Inherited Functions¶
Name | Summary |
---|---|
asConfigValue | open fun asConfigValue(target: Config): ConfigValue Transform to a ConfigValue for the target key, possibly using any information as needed from the target config |
getLocalKey | open fun getLocalKey(): String Get the local path fragment this config data corresponds to |