convert
fun convert(
klass: KClass<*>,
convertor: ConversionService
): Unit
fun convert(ktype: KType, convertor: ConversionService): Unit
fun convert(
klass: KClass<*>,
configure: DelegatingConversionService.() -> Unit
): Unit
inline fun <reified T> convert(
noinline configure: DelegatingConversionService.() -> Unit
): Unit