MultipleObjectMappingConstructor

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val to: TO

Alias for the target type TO to simply property references.

Functions

Link copied to clipboard

Explicitly construct a mapping to TO from property source source.

Link copied to clipboard

Explicitly construct a mapping to TO from nullable property source source and changing the nullable type of source to its non-nullable type.

Link copied to clipboard

Explicitly construct a mapping to TO from a value source value.

Link copied to clipboard
fun to(name: String): KProperty<*>

Reference a constructor parameter or target property in lieu of a property reference, if it not exists as a property.