Mapping

annotation class Mapping(val target: String = "", val transform: String = "", val code: String = "")

Annotation used with @AutoMapper for mapping properties configuration.

Properties

Link copied to clipboard

Additional code or logic that execute

Link copied to clipboard

The target property name.

Link copied to clipboard

The function call with target property or code execution result.