public interface QueryFilterTransformer
QueryRequest containing external attribute names & values into a normalized
taxonomy QueryRequest.
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
transform(QueryRequest queryRequest,
Map<String,Serializable> properties)
Transforms a
QueryRequest. |
QueryRequest transform(QueryRequest queryRequest, Map<String,Serializable> properties)
QueryRequest. QueryRequest is used in order to allow the
transformer to directly modify other properties (e.g. sourceId) based on criteria without
requiring the endpoint to modify the request after conversionqueryRequest - - the QueryRequest to transformproperties - - a map of additional properties to be used by the transformerQueryRequestThis work is licensed under a Creative Commons Attribution 4.0 International License.