vertx / io.vertx.camel / InboundMapping / getBodyType

getBodyType

open fun getBodyType(): Class<Any>

Return
the type of the body of the message that are sent on the event bus. A Camel converter from the Camel message payload to the given type is used for conversion. If not set, no conversions are applied.