java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.core.JsonStreamContext
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.core.filter.TokenFilterContext

public class TokenFilterContext extends JsonStreamContext
Alternative variant of JsonStreamContext, used when filtering content being read or written (based on TokenFilter).
Since:
2.6
  • Field Details

    • _parent

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

      protected TokenFilterContext _child
    • _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.
  • Constructor Details

  • Method Details