Class BodyConverter<T>
- java.lang.Object
-
- org.apache.camel.component.reactive.streams.util.BodyConverter<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description T
apply(org.apache.camel.Exchange exchange)
static <C> BodyConverter<C>
forType(Class<C> type)
-