Uses of Interface
in.co.akshitbansal.springwebquery.resolver.FieldResolver
Packages that use FieldResolver
Package
Description
AST visitors and traversal metadata used to validate parsed RSQL expressions.
-
Uses of FieldResolver in in.co.akshitbansal.springwebquery.ast
Fields in in.co.akshitbansal.springwebquery.ast declared as FieldResolverModifier and TypeFieldDescriptionprotected final FieldResolverAbstractValidationRSQLVisitor.fieldResolverResolver used by subclasses to translate selectors into entity-backed paths and expose the terminal field for validation.Constructors in in.co.akshitbansal.springwebquery.ast with parameters of type FieldResolverModifierConstructorDescriptionprotectedAbstractValidationRSQLVisitor(FieldResolver fieldResolver, Map<Class<?>, RSQLCustomOperator<?>> customOperators, boolean andNodeAllowed, boolean orNodeAllowed, int maxDepth) Creates a validation visitor with the supplied structural limits and custom operator registry. -
Uses of FieldResolver in in.co.akshitbansal.springwebquery.resolver
Classes in in.co.akshitbansal.springwebquery.resolver that implement FieldResolverModifier and TypeClassDescriptionclassFieldResolverimplementation that treats a DTO type as the public query contract and maps DTO selector paths to entity selector paths.classFieldResolverimplementation that resolves selectors directly against an entity model, with optional alias support viaFieldMapping.