|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.core.convert.support.ConversionServiceFactory
public abstract class ConversionServiceFactory
A factory for common ConversionService
configurations.
Constructor Summary | |
---|---|
ConversionServiceFactory()
|
Method Summary | |
---|---|
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(Set<?> converters,
ConverterRegistry registry)
Register the given Converter objects with the given target ConverterRegistry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConversionServiceFactory()
Method Detail |
---|
public static void registerConverters(Set<?> converters, ConverterRegistry registry)
converters
- the converter objects: implementing Converter
,
ConverterFactory
, or GenericConverter
registry
- the target registrypublic static GenericConversionService createDefaultConversionService()
DefaultConversionService.DefaultConversionService()
public static void addDefaultConverters(GenericConversionService conversionService)
DefaultConversionService.addDefaultConverters(ConverterRegistry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |