public class SpringTypeConverter
extends org.apache.camel.support.TypeConverterSupport
Constructor and Description |
---|
SpringTypeConverter(List<org.springframework.core.convert.ConversionService> conversionServices) |
Modifier and Type | Method and Description |
---|---|
<T> T |
convertTo(Class<T> type,
org.apache.camel.Exchange exchange,
Object value) |
@Autowired public SpringTypeConverter(List<org.springframework.core.convert.ConversionService> conversionServices)
Apache Camel