Class DefaultTrueJsonIncludeFilter

java.lang.Object
org.apache.druid.jackson.DefaultTrueJsonIncludeFilter

public class DefaultTrueJsonIncludeFilter extends Object
JsonInclude filter for boolean values that default to true. This API works by "creative" use of equals. It requires warnings to be suppressed and also requires spotbugs exclusions (see spotbugs-exclude.xml).
  • Constructor Details

    • DefaultTrueJsonIncludeFilter

      public DefaultTrueJsonIncludeFilter()
  • Method Details