setConversionService method
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
@override
void setConversionService(ConfigurableConversionService conversionService) {
_propertyResolver.setConversionService(conversionService);
}