convert
Register a convertor for klass type
Register a convertor for ktype type
fun convert(klass: KClass<*>, configure: DelegatingConversionService.() -> Unit)
Content copied to clipboard
Register and configure convertor for type klass
inline fun <T> convert(noinline configure: DelegatingConversionService.() -> Unit)
Content copied to clipboard