Configuration

Data conversion service configuration

Constructors

Link copied to clipboard
constructor()

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

Register and configure convertor for type klass