Uses of Interface
de.captaingoldfish.scim.sdk.server.filter.antlr.ScimFilterVisitor
Packages that use ScimFilterVisitor
-
Uses of ScimFilterVisitor in de.captaingoldfish.scim.sdk.server.filter.antlr
Classes in de.captaingoldfish.scim.sdk.server.filter.antlr that implement ScimFilterVisitorModifier and TypeClassDescriptionclassauthor Pascal Knueppel
created at: 16.10.2019 - 12:09
The FilterVisitor iterates through the parsed SCIM-filter-tree and calls the here overridden methods for the specific nodes that have been visited.classThis class provides an empty implementation ofScimFilterVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.