com.fasterxml.jackson.core.filter

Class TokenFilterContext

    • Field Detail

      • _parent

        protected final TokenFilterContext _parent
        Parent context for this context; null for root context.
      • _currentName

        protected String _currentName
        Name of the field of which value is to be parsed; only used for OBJECT contexts
      • _filter

        protected TokenFilter _filter
        Filter to use for items in this state (for properties of Objects, elements of Arrays, and root-level values of root context)
      • _startHandled

        protected boolean _startHandled
        Flag that indicates that start token has been read/written, so that matching close token needs to be read/written as well when context is getting closed.
      • _needToHandleName

        protected boolean _needToHandleName
        Flag that indicates that the current name of this context still needs to be read/written, if path from root down to included leaf is to be exposed.

Copyright © 2008–2025 FasterXML. All rights reserved.