public final class ObjectMappers
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
newCborClientObjectMapper()
Returns a default ObjectMapper which uses the cbor factory with settings adjusted for use in clients.
|
static com.fasterxml.jackson.databind.ObjectMapper |
newCborServerObjectMapper()
Returns a default ObjectMapper which uses the cbor factory with settings adjusted for use in servers.
|
static com.fasterxml.jackson.databind.ObjectMapper |
newClientObjectMapper()
Returns a default ObjectMapper with settings adjusted for use in clients.
|
static com.fasterxml.jackson.databind.ObjectMapper |
newServerObjectMapper()
Returns a default ObjectMapper with settings adjusted for use in servers.
|
static com.fasterxml.jackson.databind.ObjectMapper |
newSmileClientObjectMapper()
Returns a default ObjectMapper which uses the cbor factory with settings adjusted for use in clients.
|
static com.fasterxml.jackson.databind.ObjectMapper |
newSmileServerObjectMapper()
Returns a default ObjectMapper which uses the smile factory with settings adjusted for use in servers.
|
static com.fasterxml.jackson.databind.ObjectMapper |
withDefaultModules(com.fasterxml.jackson.databind.ObjectMapper mapper)
Configures provided ObjectMapper with default modules and settings.
|
public static com.fasterxml.jackson.databind.ObjectMapper newClientObjectMapper()
Settings:
public static com.fasterxml.jackson.databind.ObjectMapper newCborClientObjectMapper()
Settings:
public static com.fasterxml.jackson.databind.ObjectMapper newSmileClientObjectMapper()
Settings:
public static com.fasterxml.jackson.databind.ObjectMapper newServerObjectMapper()
Settings:
public static com.fasterxml.jackson.databind.ObjectMapper newCborServerObjectMapper()
Settings:
public static com.fasterxml.jackson.databind.ObjectMapper newSmileServerObjectMapper()
Settings:
public static com.fasterxml.jackson.databind.ObjectMapper withDefaultModules(com.fasterxml.jackson.databind.ObjectMapper mapper)
Modules: Guava, JDK7, JDK8, Afterburner, JavaTime, Joda
Settings: