java.lang.Object
org.apache.camel.component.reactive.streams.util.BodyConverter<T>
- All Implemented Interfaces:
Function<org.apache.camel.Exchange,T>
public final class BodyConverter<T>
extends Object
implements Function<org.apache.camel.Exchange,T>
-
Method Summary
apply(org.apache.camel.Exchange exchange)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
apply
public T apply(org.apache.camel.Exchange exchange)
- Specified by:
apply
in interface Function<org.apache.camel.Exchange,T>
-