bdemers opened a new pull request, #1090: URL: https://github.com/apache/directory-scimple/pull/1090
Introduces a visitor interface for traversing the sealed FilterExpression hierarchy. Since FilterExpression permits exactly 5 subtypes, visitor implementations are compile-time complete — all expression types must be handled. Adds accept(FilterExpressionVisitor<R>) default method on FilterExpression that dispatches to the appropriate visit() method. This replaces the instanceof chain pattern needed by non-in-memory backends (LDAP, SQL, etc.) for filter-to-query translation. Generated-by: Claude Opus 4.6 (1M context) <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
