Module tools.jackson.core
Package tools.jackson.core.filter
package tools.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 ofTokenStreamContext, used when filtering content being read or written (based onTokenFilter).