Uses of Class
com.fasterxml.jackson.annotation.JsonInclude.Value

Uses of JsonInclude.Value in com.fasterxml.jackson.annotation
 

Fields in com.fasterxml.jackson.annotation declared as JsonInclude.Value
protected static JsonInclude.Value JsonInclude.Value.EMPTY
           
 

Methods in com.fasterxml.jackson.annotation that return JsonInclude.Value
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.empty()
           
static JsonInclude.Value JsonInclude.Value.from(JsonInclude src)
          Factory method to use for constructing an instance from instance of JsonInclude
 JsonInclude.Value JsonInclude.Value.withContentInclusion(JsonInclude.Include incl)
           
 JsonInclude.Value JsonInclude.Value.withOverrides(JsonInclude.Value overrides)
          Mutant factory method that merges values of this value with given override values, so that any explicitly defined inclusion in overrides has precedence over settings of this value instance.
 JsonInclude.Value JsonInclude.Value.withValueInclusion(JsonInclude.Include incl)
           
 

Methods in com.fasterxml.jackson.annotation with parameters of type JsonInclude.Value
 JsonInclude.Value JsonInclude.Value.withOverrides(JsonInclude.Value overrides)
          Mutant factory method that merges values of this value with given override values, so that any explicitly defined inclusion in overrides has precedence over settings of this value instance.
 



Copyright © 2008–2016 FasterXML. All rights reserved.