convert

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

Register a convertor for type type


Register and configure convertor for type klass


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

Register and configure convertor for reified type T