Interface FilterFactory

    • Method Detail

      • getFilter

        Filter getFilter​(FilterDef filterDef)
        Retrieves the appropriate Filter for the given configuration.
        Parameters:
        filterDef - a filter definition
        Returns:
        null if this factory doesn't support the filter in question
      • getFilterType

        java.lang.Class<? extends Filter> getFilterType()
        Retrieves a reference to the associated Filter type.
        Returns:
        the filter configuration