PropertyMappingConfiguration

Contains configuration options for mapping properties from an interface asset model to an asset model where the interface is applied.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String