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