data class ConverterRegistration
Specifies which converter to use for a particular contentType
contentType
- is an instance of ContentType for this registration
converter
- is an instance of ContentConverter for this registration
ConverterRegistration(contentType: ContentType, converter: ContentConverter)
Specifies which converter to use for a particular contentType |
val contentType: ContentType
is an instance of ContentType for this registration |
|
val converter: ContentConverter
is an instance of ContentConverter for this registration |