com.fasterxml.jackson.annotation

Class JsonIgnoreProperties.Value

    • Field Detail

      • EMPTY

        protected static final JsonIgnoreProperties.Value EMPTY
        Default instance has no explicitly ignored fields, does not ignore unknowns, does not explicitly allow getters/setters (that is, ignorals apply to both), but does use merging for combining overrides with base settings
      • _ignored

        protected final Set<String> _ignored
        Names of properties to ignore.
      • _ignoreUnknown

        protected final boolean _ignoreUnknown
      • _allowGetters

        protected final boolean _allowGetters
      • _allowSetters

        protected final boolean _allowSetters
      • _merge

        protected final boolean _merge
    • Constructor Detail

      • Value

        protected Value(Set<String> ignored,
                        boolean ignoreUnknown,
                        boolean allowGetters,
                        boolean allowSetters,
                        boolean merge)

Copyright © 2008–2024 FasterXML. All rights reserved.