com.github.manosbatsis.corda.testacles.containers.config.data / ConfigObjectData
ConfigObjectData¶
interface ConfigObjectData
Functions¶
| Name | Summary |
|---|---|
| asConfigValue | abstract fun asConfigValue(target: Config): ConfigValueTransform to a ConfigValue for the target key, possibly using any information as needed from the target config |
| getActionHint | open fun getActionHint(target: Config):ApplyActionTypeLook at the target config and suggest what the action for this fragment should be |
| getLocalKey | open fun getLocalKey():StringGet the local path fragment this config data corresponds to |
Inheritors¶
| Name | Summary |
|---|---|
| DatabaseConnectionProperties | interface DatabaseConnectionProperties :ConfigObjectData |
| DatabaseProperties | data class DatabaseProperties :ConfigObjectDataRepresents a node.conf database section, ignored for Corda 4.6+ |
| DataSource | data class DataSource :ConfigObjectData |
| DetectPublicIp | class DetectPublicIp :ConfigObjectData |
| P2pAddress | class P2pAddress :ConfigObjectData |
| RpcSettings | class RpcSettings :ConfigObjectData |