public final class JacksonJsonUtils extends Object
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
messagingAwareMapper()
Return an
ObjectMapper if available,
supplied with Message specific serializers and deserializers. |
public static com.fasterxml.jackson.databind.ObjectMapper messagingAwareMapper()
ObjectMapper
if available,
supplied with Message specific serializers and deserializers.
Also configured to store typo info in the @class
property.IllegalStateException
- if an implementation is not available.