public final class BodyConverter<T> extends Object implements Function<org.apache.camel.Exchange,T>
T
apply(org.apache.camel.Exchange exchange)
static <C> BodyConverter<C>
forType(Class<C> type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public T apply(org.apache.camel.Exchange exchange)
apply
Function<org.apache.camel.Exchange,T>
public static <C> BodyConverter<C> forType(Class<C> type)
Apache Camel