public class ObjectMapperUtil
extends java.lang.Object
ObjectMapper.| Constructor and Description |
|---|
ObjectMapperUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
createStandardObjectMapper()
Creates an Endpoints standard object mapper that allows unquoted field names and unknown
properties.
|
static com.fasterxml.jackson.databind.ObjectMapper |
createStandardObjectMapper(ApiSerializationConfig config)
Creates an Endpoints standard object mapper that allows unquoted field names and unknown
properties.
|
public static com.fasterxml.jackson.databind.ObjectMapper createStandardObjectMapper()
public static com.fasterxml.jackson.databind.ObjectMapper createStandardObjectMapper(ApiSerializationConfig config)