open fun setConversionService(@Nullable conversionService: ConversionService): Unit
Set a ConversionService for binding JDBC values to bean properties, or null for none.
Default is a DefaultConversionService, as of Spring 4.3. This provides support for java.time conversion and other special types.
Since
4.3
See Also
#initBeanWrapper(BeanWrapper)