Howdy, Is it possible to unmarshal from a Map to POJO with the Jackson data format? When I pass it a map, I get:
org.apache.camel.InvalidPayloadException: No body available of type: java.io.InputStream but has value... ObjectMapper#convertValue supports this, but I'm not sure how to play nice with the data format. Any tips are appreciated! Jeremy
