- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<org.springframework.core.convert.ConversionService>, org.springframework.beans.factory.InitializingBean
public class CustomConversionServiceFactoryBean
extends org.springframework.context.support.ConversionServiceFactoryBean
This class adds support for recursive converters:
All converters implementing the RecursiveConverter interface will be given a
link back to the singleton conversion service.
If you create this object manually, you must call the afterPropertiesSet method.