convert

fun convert(klass: KClass<*>, convertor: ConversionService)

Register a convertor for klass type


fun convert(ktype: KType, convertor: ConversionService)

Register a convertor for ktype type


fun convert(klass: KClass<*>, configure: DelegatingConversionService.() -> Unit)

Register and configure convertor for type klass


inline fun <T> convert(noinline configure: DelegatingConversionService.() -> Unit)

Register and configure convertor for reified type T