org.apache.camel.component.bean
Class BeanConverter

java.lang.Object
  extended by org.apache.camel.component.bean.BeanConverter

@Converter
public final class BeanConverter
extends Object

A set of converter methods for working with beans


Method Summary
static Object convertTo(Class<?> type, Exchange exchange, Object value, TypeConverterRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertTo

@FallbackConverter
public static Object convertTo(Class<?> type,
                                                 Exchange exchange,
                                                 Object value,
                                                 TypeConverterRegistry registry)


Apache CAMEL