You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tihefrequi ,
QueryFilterParser is based on antlr. It executes antr visitors according against the scim query string. More information about what is antlr you can find here
Depending on what you want to validate, you can write your own filter visitor.
Scimono has implementation of such validators that are used for different scenarios. For example Patch request validation uses such validation for the path attribute.
You can find examples in the unit tests. (e.g ValuePathAttributesValidationVisitorTest)
Hello guys,
is there an example how to use the QueryFilterParser for the String filter?
many thanks in advance
The text was updated successfully, but these errors were encountered: