setConversionService abstract method

void setConversionService(
  1. 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);