Uses of Interface
org.czeal.jsonfilter.Filter
-
Uses of Filter in org.czeal.jsonfilter
Classes in org.czeal.jsonfilter that implement FilterModifier and TypeClassDescriptionclass
A filter implementation that excludes specified JSON elements from a given JSON element.class
A filter implementation that includes only specified JSON elements from a given JSON element.Methods in org.czeal.jsonfilter that return FilterModifier and TypeMethodDescriptionFilterFactory.create
(FilterType type) Creates a filter based on the given filter type.