Uses of Interface
in.co.akshitbansal.springwebquery.resolver.field.FieldResolver
Packages that use FieldResolver
Package
Description
AST visitors and traversal metadata used to validate parsed RSQL expressions.
Field-resolution strategies and factories used to translate request-facing
selectors into entity-backed property paths for filtering and sorting.
-
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 FieldResolverModifierConstructorDescriptionprotectedDTOValidationRSQLVisitor(FieldResolver fieldResolver, FilterableFieldValidator filterableFieldValidator, boolean andNodeAllowed, boolean orNodeAllowed, int maxDepth) Creates a DTO-aware validation visitor.protectedEntityValidationRSQLVisitor(FieldResolver fieldResolver, FilterableFieldValidator filterableFieldValidator, boolean andNodeAllowed, boolean orNodeAllowed, int maxDepth) Creates a new entity validation visitor with the specified configuration. -
Uses of FieldResolver in in.co.akshitbansal.springwebquery.resolver.field
Classes in in.co.akshitbansal.springwebquery.resolver.field 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.Methods in in.co.akshitbansal.springwebquery.resolver.field that return FieldResolverModifier and TypeMethodDescriptionFieldResolverFactory.newFieldResolver(AbstractArgumentResolverConfig config)