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.
  • Class
    Description
    FieldResolver implementation that treats a DTO type as the public query contract and maps DTO selector paths to entity selector paths.
    FieldResolver implementation that resolves selectors directly against an entity model, with optional alias support via FieldMapping.
    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.