Package org.czeal.jsonfilter


package org.czeal.jsonfilter
  • Class
    Description
    A filter implementation that excludes specified JSON elements from a given JSON element.
    A filter interface for processing JSON elements by either including or excluding specified nodes.
    A factory class for creating filtering strategy implementations.
    Represents the type of filtering applied to a JSON structure.
    A filter implementation that includes only specified JSON elements from a given JSON element.