public final class GenieObjectMapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXCEPTIONS_FILTER_NAME
The name of the
PropertyFilter used to serialize Genie exceptions. |
static com.fasterxml.jackson.databind.ser.FilterProvider |
FILTER_PROVIDER
The
FilterProvider to be installed in the ObjectMapper . |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
getMapper()
Get the preconfigured Object Mapper used across Genie for consistency.
|
public static final java.lang.String EXCEPTIONS_FILTER_NAME
PropertyFilter
used to serialize Genie exceptions.public static final com.fasterxml.jackson.databind.ser.FilterProvider FILTER_PROVIDER
FilterProvider
to be installed in the ObjectMapper
.