Interface IFilterProcessor

Interface that represents a processor to convert a [[Filter]] into a set of HTTP parameters.

interface IFilterProcessor {
    getParameters(filter: Filter): IHash<string | string[]>;
}

Implemented by

Methods