PropertyMappingConfiguration
Contains configuration options for mapping properties from an interface asset model to an asset model where the interface is applied.
Types
Properties
Link copied to clipboard
If true, missing properties from the interface asset model are automatically created in the asset model where the interface is applied.
Link copied to clipboard
If true, properties are matched by name between the interface asset model and the asset model where the interface is applied.
Link copied to clipboard
A list of specific property mappings that override the automatic mapping by name when an interface is applied to an asset model.
Functions
Link copied to clipboard
inline fun copy(block: PropertyMappingConfiguration.Builder.() -> Unit = {}): PropertyMappingConfiguration