Interface GenericFilters

All Superinterfaces:
Supplier<Map<String,Filter>>
All Known Implementing Classes:
DefaultGenericFilters

public interface GenericFilters extends Supplier<Map<String,Filter>>
Supplier that will return all generic filters indexed by their ID.
Since:
8.0.5
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get