Configuration

class Configuration

Data conversion service configuration

Constructors

Link copied to clipboard
fun Configuration()

Functions

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

Register and configure convertor for reified type T

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

Register a convertor for type type

fun <T : Any> convert(type: KType, configure: DelegatingConversionService.Configuration<T>.() -> Unit)

Register and configure convertor for type klass