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