setConversionService abstract method
void
setConversionService(
- ConfigurableConversionService conversionService
Replaces the underlying ConfigurableConversionService
used for type conversions.
⚠️ It's usually preferable to mutate the existing conversion service (via getConversionService) rather than replacing it entirely.
Implementation
void setConversionService(ConfigurableConversionService conversionService);