KMapper

object KMapper

Properties

Link copied to clipboard

Generated mapper code guards dispatch with this for ~zero cost when unused.

Functions

Link copied to clipboard
fun <S : Any, T : Any> addConverter(converter: MapTypeConverter<S, T>)

Runtime escape-hatch (NOT compile-time safe; prefer @KMapperConfig).

Link copied to clipboard
Link copied to clipboard
fun dispatch(block: MappingListener.() -> Unit)
Link copied to clipboard