Interface IFilterProcessor

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

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

Implemented by

Methods

Generated using TypeDoc