spring-web-query-core 0.19.1 API
Packages
Package
Description
Annotations that define the public filtering and sorting contract for query
selectors and, where needed, map selector fields to underlying entity paths.
RSQL abstract-syntax-tree visitors and metadata used to validate parsed query
expressions before predicate construction.
Exceptions raised for invalid query requests and query-related
misconfiguration discovered while validating or constructing queries.
Built-in and custom RSQL operator abstractions used by parsing, validation,
and predicate generation.
Components that translate selector paths from the public query contract to
underlying entity paths, with optional shared caching.
Repository abstractions for executing Spring Web Query operations and
integrating query-specific concerns such as projection selection and
specification customization.
Reflection-based utilities for resolving selector paths against Java type
hierarchies.
Utilities for converting JPA
Tuple projections into DTO instances by
matching tuple shapes to constructors.Validators that enforce field-level filtering and sorting permissions for
resolved selector paths.