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.
Cache infrastructure for memoizing DTO-aware field-resolution outcomes.
-
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.Value object returned by
FieldResolverimplementations after path resolution. -
Classes in in.co.akshitbansal.springwebquery.resolver.field used by in.co.akshitbansal.springwebquery.resolver.field.cacheClassDescription
FieldResolverimplementation that treats a DTO type as the public query contract and maps DTO selector paths to entity selector paths.Strategy for resolving API-facing selector paths into concrete entity paths.Value object returned byFieldResolverimplementations after path resolution.