public abstract class ConversionServiceFactory
extends java.lang.Object
ConversionService
configurations.Constructor and Description |
---|
ConversionServiceFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
addDefaultConverters(GenericConversionService conversionService)
Deprecated.
in Spring 3.1 in favor of
DefaultConversionService.addDefaultConverters(ConverterRegistry) |
static GenericConversionService |
createDefaultConversionService()
Deprecated.
in Spring 3.1 in favor of
DefaultConversionService.DefaultConversionService() |
static void |
registerConverters(java.util.Set<?> converters,
ConverterRegistry registry)
Register the given Converter objects with the given target ConverterRegistry.
|
public static void registerConverters(java.util.Set<?> converters, ConverterRegistry registry)
converters
- the converter objects: implementing Converter
,
ConverterFactory
, or GenericConverter
registry
- the target registry@Deprecated public static GenericConversionService createDefaultConversionService()
DefaultConversionService.DefaultConversionService()
@Deprecated public static void addDefaultConverters(GenericConversionService conversionService)
DefaultConversionService.addDefaultConverters(ConverterRegistry)