Uses of Class
in.co.akshitbansal.springwebquery.NodeMetadata
Packages that use NodeMetadata
-
Uses of NodeMetadata in in.co.akshitbansal.springwebquery
Methods in in.co.akshitbansal.springwebquery that return NodeMetadataModifier and TypeMethodDescriptionstatic NodeMetadataNodeMetadata.of(int depth) Creates metadata for the given depth.Methods in in.co.akshitbansal.springwebquery with parameters of type NodeMetadataModifier and TypeMethodDescriptionprotected voidValidationRSQLVisitor.validateNode(cz.jirutka.rsql.parser.ast.Node node, NodeMetadata metadata) Validates logical operator usage and depth constraints for the given node.ValidationRSQLVisitor.visit(cz.jirutka.rsql.parser.ast.AndNode node, NodeMetadata metadata) Validates AND nodes and recursively visits child nodes.ValidationRSQLVisitor.visit(cz.jirutka.rsql.parser.ast.ComparisonNode node, NodeMetadata metadata) Validates comparison nodes and delegates field/operator validation.ValidationRSQLVisitor.visit(cz.jirutka.rsql.parser.ast.OrNode node, NodeMetadata metadata) Validates OR nodes and recursively visits child nodes.