Uses of Class
tools.jackson.core.filter.TokenFilterContext
Packages that use TokenFilterContext
-
Uses of TokenFilterContext in tools.jackson.core.filter
Fields in tools.jackson.core.filter declared as TokenFilterContextModifier and TypeFieldDescriptionprotected TokenFilterContextTokenFilterContext._childprotected TokenFilterContextFilteringParserDelegate._exposedContextIn cases whereFilteringParserDelegate._headContextis "ahead" of context exposed to caller, this context points to what is currently exposed to caller.protected TokenFilterContextFilteringGeneratorDelegate._filterContextAlthough delegate has its own output context it is not sufficient since we actually have to keep track of excluded (filtered out) structures as well as ones delegate actually outputs.protected TokenFilterContextFilteringParserDelegate._headContextDuring traversal this is the actual "open" parse tree, which sometimes is the same asFilteringParserDelegate._exposedContext, and at other times is ahead of it.protected final TokenFilterContextTokenFilterContext._parentParent context for this context; null for root context.Methods in tools.jackson.core.filter that return TokenFilterContextModifier and TypeMethodDescriptionTokenFilterContext.closeArray(JsonGenerator gen) TokenFilterContext.closeObject(JsonGenerator gen) TokenFilterContext.createChildArrayContext(TokenFilter filter, Object currentValue, boolean writeStart) TokenFilterContext.createChildObjectContext(TokenFilter filter, Object currentValue, boolean writeStart) static TokenFilterContextTokenFilterContext.createRootContext(TokenFilter filter) TokenFilterContext.findChildOf(TokenFilterContext parent) final TokenFilterContextTokenFilterContext.getParent()protected TokenFilterContextTokenFilterContext.reset(int type, TokenFilter filter, Object currValue, boolean startWritten) Methods in tools.jackson.core.filter with parameters of type TokenFilterContextModifier and TypeMethodDescriptionprotected final JsonTokenFilteringParserDelegate._nextTokenWithBuffering(TokenFilterContext buffRoot) TokenFilterContext.findChildOf(TokenFilterContext parent) Constructors in tools.jackson.core.filter with parameters of type TokenFilterContextModifierConstructorDescriptionprotectedTokenFilterContext(int type, TokenFilterContext parent, TokenFilter filter, Object currValue, boolean startHandled)