public static class ObjectMapper.Defaults
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ObjectMapper.Dynamic |
DYNAMIC |
static boolean |
ENABLED |
static ObjectMapper.Nested |
NESTED |
| Constructor and Description |
|---|
Defaults() |
public static final boolean ENABLED
public static final ObjectMapper.Nested NESTED
public static final ObjectMapper.Dynamic DYNAMIC