Uses of Package
com.fasterxml.jackson.core.filter
Packages that use com.fasterxml.jackson.core.filter
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.-
Classes in com.fasterxml.jackson.core.filter used by com.fasterxml.jackson.core.filterClassDescriptionSimple
TokenFilterimplementation 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). -
Classes in com.fasterxml.jackson.core.filter used by com.fasterxml.jackson.databindClassDescriptionStrategy class that can be implemented to specify actual inclusion/exclusion criteria for filtering, used by
FilteringGeneratorDelegate.