public static class ObjectMapper.Nested
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ObjectMapper.Nested |
NO |
Modifier and Type | Method and Description |
---|---|
boolean |
isIncludeInParent() |
boolean |
isIncludeInRoot() |
boolean |
isNested() |
static ObjectMapper.Nested |
newNested(boolean includeInParent,
boolean includeInRoot) |
public static final ObjectMapper.Nested NO
public static ObjectMapper.Nested newNested(boolean includeInParent, boolean includeInRoot)
public boolean isNested()
public boolean isIncludeInParent()
public boolean isIncludeInRoot()