Package org.hglteam.conversion
Class SpringBindingConverter
- java.lang.Object
-
- org.hglteam.conversion.SpringBindingConverter
-
- All Implemented Interfaces:
org.springframework.core.convert.converter.GenericConverter
public class SpringBindingConverter extends Object implements org.springframework.core.convert.converter.GenericConverter
-
-
Constructor Summary
Constructors Constructor Description SpringBindingConverter(ConversionMap conversionMap, Converter converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectconvert(Object value, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair>getConvertibleTypes()
-
-
-
Constructor Detail
-
SpringBindingConverter
public SpringBindingConverter(ConversionMap conversionMap, Converter converter)
-
-
Method Detail
-
getConvertibleTypes
public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
- Specified by:
getConvertibleTypesin interfaceorg.springframework.core.convert.converter.GenericConverter
-
-