Uses of Class
in.co.akshitbansal.springwebquery.ast.DTOValidationRSQLVisitor
Packages that use DTOValidationRSQLVisitor
Package
Description
AST visitors and traversal metadata used to validate parsed RSQL expressions.
-
Uses of DTOValidationRSQLVisitor in in.co.akshitbansal.springwebquery.ast
Methods in in.co.akshitbansal.springwebquery.ast that return DTOValidationRSQLVisitorModifier and TypeMethodDescriptionValidationRSQLVisitorFactory.newDTOValidationRSQLVisitor(Class<?> entityClass, Class<?> dtoClass, boolean andNodeAllowed, boolean orNodeAllowed, int maxDepth) Creates a visitor that validates selectors against a DTO contract and records the resulting DTO-to-entity path mappings.