public class CompositeConversionService extends Object implements org.springframework.core.convert.ConversionService
| Constructor and Description |
|---|
CompositeConversionService(List<org.springframework.core.convert.ConversionService> delegates) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class<?> sourceType,
Class<?> targetType) |
boolean |
canConvert(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
<T> T |
convert(Object source,
Class<T> targetType) |
Object |
convert(Object source,
org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
public CompositeConversionService(List<org.springframework.core.convert.ConversionService> delegates)
public boolean canConvert(Class<?> sourceType, Class<?> targetType)
canConvert in interface org.springframework.core.convert.ConversionServicepublic boolean canConvert(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType)
canConvert in interface org.springframework.core.convert.ConversionServicepublic <T> T convert(Object source, Class<T> targetType)
convert in interface org.springframework.core.convert.ConversionServiceApache Camel