Package in.co.akshitbansal.springwebquery.resolver.field
@NullMarked
package in.co.akshitbansal.springwebquery.resolver.field
Field-resolution strategies and factories used to translate request-facing
selectors into entity-backed property paths for filtering and sorting.
-
ClassDescription
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.Factory for creating field resolvers used by validation visitors and pageable/specification resolver flows.