Uses of Class
org.apache.camel.FallbackConverter

Packages that use FallbackConverter
org.apache.camel.component.bean The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO 
org.apache.camel.component.file The File Component for working with file systems. 
 

Uses of FallbackConverter in org.apache.camel.component.bean
 

Methods in org.apache.camel.component.bean with annotations of type FallbackConverter
static Object BeanConverter.convertTo(Class<?> type, Exchange exchange, Object value, TypeConverterRegistry registry)
           
 

Uses of FallbackConverter in org.apache.camel.component.file
 

Methods in org.apache.camel.component.file with annotations of type FallbackConverter
static Object GenericFileConverter.convertTo(Class<?> type, Exchange exchange, Object value, TypeConverterRegistry registry)
           
 



Apache CAMEL