Class ConversionServiceFactory
java.lang.Object
org.springframework.core.convert.support.ConversionServiceFactory
A factory for common
ConversionService
configurations.- Since:
- 3.0
- Author:
- Keith Donald, Juergen Hoeller, Chris Beams
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterConverters(Set<?> converters, ConverterRegistry registry) Register the given Converter objects with the given target ConverterRegistry.
-
Method Details
-
registerConverters
Register the given Converter objects with the given target ConverterRegistry.- Parameters:
converters- the converter objects: implementingConverter,ConverterFactory, orGenericConverterregistry- the target registry
-