Class SpringBindingConverterAdapter
java.lang.Object
org.springframework.binding.convert.service.SpringBindingConverterAdapter
- All Implemented Interfaces:
org.springframework.core.convert.converter.GenericConverter
public class SpringBindingConverterAdapter
extends Object
implements org.springframework.core.convert.converter.GenericConverter
A Spring Converter that makes it possible for a Spring Binding Converter to be registered with a Spring
ConversionService
.- Author:
- Rossen Stoyanchev
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverter
org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SpringBindingConverterAdapter
-
-
Method Details
-
convert
public Object convert(Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType) - Specified by:
convert
in interfaceorg.springframework.core.convert.converter.GenericConverter
-
getConvertibleTypes
public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()- Specified by:
getConvertibleTypes
in interfaceorg.springframework.core.convert.converter.GenericConverter
-