Package com.fasterxml.jackson.core.filter
package com.fasterxml.jackson.core.filter
-
ClassDescriptionSpecialized
JsonGeneratorDelegatethat allows use ofTokenFilterfor outputting a subset of content that caller tries to generate.SpecializedJsonParserDelegatethat allows use ofTokenFilterfor outputting a subset of content that is visible to callerSimpleTokenFilterimplementation that takes a singleJsonPointerand matches a single value accordingly.Strategy class that can be implemented to specify actual inclusion/exclusion criteria for filtering, used byFilteringGeneratorDelegate.Enumeration that controls how TokenFilter return values are interpreted.Alternative variant ofJsonStreamContext, used when filtering content being read or written (based onTokenFilter).