public class SpringBindingConverterAdapter
extends java.lang.Object
implements org.springframework.core.convert.converter.GenericConverter
ConversionService.| Constructor and Description |
|---|
SpringBindingConverterAdapter(Converter converter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convert(java.lang.Object source,
org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
java.util.Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> |
getConvertibleTypes() |
public SpringBindingConverterAdapter(Converter converter)
public java.lang.Object convert(java.lang.Object source,
org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType)
convert in interface org.springframework.core.convert.converter.GenericConverterpublic java.util.Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
getConvertibleTypes in interface org.springframework.core.convert.converter.GenericConverter