public class CachingConversionService
extends org.springframework.core.convert.support.DefaultConversionService
Constructor and Description |
---|
CachingConversionService() |
Modifier and Type | Method and Description |
---|---|
void |
addConverter(org.springframework.core.convert.converter.Converter<?,?> converter) |
void |
addConverter(org.springframework.core.convert.converter.GenericConverter converter) |
void |
addConverterFactory(org.springframework.core.convert.converter.ConverterFactory<?,?> converterFactory) |
protected org.springframework.core.convert.converter.GenericConverter |
getConverter(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
void |
removeConvertible(Class<?> sourceType,
Class<?> targetType) |
addDefaultConverters
public void addConverter(org.springframework.core.convert.converter.GenericConverter converter)
addConverter
in interface org.springframework.core.convert.converter.ConverterRegistry
addConverter
in class org.springframework.core.convert.support.GenericConversionService
public void addConverter(org.springframework.core.convert.converter.Converter<?,?> converter)
addConverter
in interface org.springframework.core.convert.converter.ConverterRegistry
addConverter
in class org.springframework.core.convert.support.GenericConversionService
public void addConverterFactory(org.springframework.core.convert.converter.ConverterFactory<?,?> converterFactory)
addConverterFactory
in interface org.springframework.core.convert.converter.ConverterRegistry
addConverterFactory
in class org.springframework.core.convert.support.GenericConversionService
public void removeConvertible(Class<?> sourceType, Class<?> targetType)
removeConvertible
in interface org.springframework.core.convert.converter.ConverterRegistry
removeConvertible
in class org.springframework.core.convert.support.GenericConversionService
protected org.springframework.core.convert.converter.GenericConverter getConverter(org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)
getConverter
in class org.springframework.core.convert.support.GenericConversionService
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a