Uses of Package
in.co.akshitbansal.springwebquery.resolver.field
Packages that use in.co.akshitbansal.springwebquery.resolver.field
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.
Spring MVC argument resolvers that bind filtering and pagination inputs from
@WebQuery-annotated controller methods.-
Classes in in.co.akshitbansal.springwebquery.resolver.field used by in.co.akshitbansal.springwebquery.astClassDescription
FieldResolverimplementation that treats a DTO type as the public query contract and maps DTO selector paths to entity selector paths.FieldResolverimplementation that resolves selectors directly against an entity model, with optional alias support viaFieldMapping.Strategy for resolving API-facing selector paths into concrete entity paths. -
Classes in in.co.akshitbansal.springwebquery.resolver.field used by in.co.akshitbansal.springwebquery.resolver.fieldClassDescriptionStrategy for resolving API-facing selector paths into concrete entity paths.
-
Classes in in.co.akshitbansal.springwebquery.resolver.field used by in.co.akshitbansal.springwebquery.resolver.springClassDescriptionFactory for creating field resolvers used by validation visitors and pageable/specification resolver flows.