com.github.manosbatsis.corda.testacles.containers.config.database / JdbcDatabaseContainerDataSourceProperties
JdbcDatabaseContainerDataSourceProperties
abstract class JdbcDatabaseContainerDataSourceProperties<C : JdbcDatabaseContainer<*>> :DatabaseConnectionProperties
Constructors
Name
Summary
<init>
JdbcDatabaseContainerDataSourceProperties(container:C)
Properties
Inherited Properties
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
Inheritors