DelegatingConversionService
class DelegatingConversionService(klass: KClass<*>, decoder: (values: List<String>) -> Any??, encoder: (value: Any?) -> List<String>?) : ConversionService
Content copied to clipboard
Implementation of ConversionService that delegates fromValues and toValues to decoder and encoder
Constructors
Types
Link copied to clipboard
Custom convertor builder to be used in DataConversion.Configuration