| 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 
 | 
static JsonInclude.Value | 
JsonInclude.Value.construct(JsonInclude.Include valueIncl,
         JsonInclude.Include contentIncl,
         Class<?> valueFilter,
         Class<?> contentFilter)
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 | 
|---|
Value(JsonInclude.Include vi,
     JsonInclude.Include ci,
     Class<?> valueFilter,
     Class<?> contentFilter)  | 
Copyright © 2008–2020 FasterXML. All rights reserved.