public class StandardFilters
The standard set of filters applied to every endpoint in an API by default.
If the filters need to be customised a list of filters should be provided to the api function.
| Modifier and Type | Field and Description |
|---|---|
static StandardFilters |
INSTANCE
The standard set of filters applied to every endpoint in an API by default.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ComponentsProvider> |
create() |
public static StandardFilters INSTANCE
The standard set of filters applied to every endpoint in an API by default.
If the filters need to be customised a list of filters should be provided to the api function.
public <T extends ComponentsProvider> java.util.List<ws.osiris.core.Filter> create()