public static class DataConversion.Configuration
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
void |
convert(kotlin.reflect.KClass<?> klass,
ConversionService convertor) |
void |
convert(kotlin.reflect.KType ktype,
ConversionService convertor) |
void |
convert(kotlin.reflect.KClass<?> klass,
kotlin.jvm.functions.Function1<? super io.ktor.features.DelegatingConversionService,kotlin.Unit> configure) |
public void convert(kotlin.reflect.KClass<?> klass, ConversionService convertor)
public void convert(kotlin.reflect.KType ktype, ConversionService convertor)
public void convert(kotlin.reflect.KClass<?> klass, kotlin.jvm.functions.Function1<? super io.ktor.features.DelegatingConversionService,kotlin.Unit> configure)