| Modifier and Type | Field and Description | 
|---|---|
| protected JsonInclude.Include | JsonInclude.Value. _contentInclusion | 
| protected JsonInclude.Include | JsonInclude.Value. _valueInclusion | 
| Modifier and Type | Method and Description | 
|---|---|
| JsonInclude.Include | JsonInclude.Value. getContentInclusion() | 
| JsonInclude.Include | JsonInclude.Value. getValueInclusion() | 
| static JsonInclude.Include | JsonInclude.Include. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static JsonInclude.Include[] | JsonInclude.Include. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static JsonInclude.Value | JsonInclude.Value. construct(JsonInclude.Include valueIncl,
         JsonInclude.Include contentIncl)Factory method to use for constructing an instance for components | 
| JsonInclude.Value | JsonInclude.Value. withContentInclusion(JsonInclude.Include incl) | 
| JsonInclude.Value | JsonInclude.Value. withValueInclusion(JsonInclude.Include incl) | 
| Constructor and Description | 
|---|
| JsonInclude.Value(JsonInclude.Include vi,
                 JsonInclude.Include ci) | 
Copyright © 2008–2016 FasterXML. All rights reserved.