Class CompositeConversionService
- java.lang.Object
- 
- org.apache.camel.spring.boot.util.CompositeConversionService
 
- 
- All Implemented Interfaces:
- org.springframework.core.convert.ConversionService
 
 public class CompositeConversionService extends Object implements org.springframework.core.convert.ConversionService 
- 
- 
Constructor SummaryConstructors Constructor Description CompositeConversionService(List<org.springframework.core.convert.ConversionService> delegates)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanConvert(Class<?> sourceType, Class<?> targetType)booleancanConvert(org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)<T> Tconvert(Object source, Class<T> targetType)Objectconvert(Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)
 
- 
- 
- 
Constructor Detail- 
CompositeConversionServicepublic CompositeConversionService(List<org.springframework.core.convert.ConversionService> delegates) 
 
- 
 - 
Method Detail- 
canConvertpublic boolean canConvert(Class<?> sourceType, Class<?> targetType) - Specified by:
- canConvertin interface- org.springframework.core.convert.ConversionService
 
 - 
canConvertpublic boolean canConvert(org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)- Specified by:
- canConvertin interface- org.springframework.core.convert.ConversionService
 
 - 
convertpublic <T> T convert(Object source, Class<T> targetType) - Specified by:
- convertin interface- org.springframework.core.convert.ConversionService
 
 
- 
 
-