register
fun <T : ContentConverter> register(
contentType: ContentType,
converter: T,
configuration: T.() -> Unit = {}
): Unit
Registers a contentType to a specified converter with an optional configuration script for converter
fun <T : ContentConverter> register(
contentType: ContentType,
converter: T,
configuration: T.() -> Unit = {}
): Unit
Registers a contentType to a specified converter with an optional configuration script for converter