public class QueryFilterParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends SCIMFilterBaseVisitor<U>,U> |
parse(String filter,
T visitor)
Parse the provided filter and traverse the resulting expression tree using the provided visitor implementation.
|
public static <T extends SCIMFilterBaseVisitor<U>,U> U parse(String filter, T visitor)
filter - the incoming filter query (needs to be decoded)visitor - Copyright © 2022 SAP SE. All rights reserved.