Package in.co.akshitbansal.springwebquery.annotation
package in.co.akshitbansal.springwebquery.annotation
-
Annotation InterfacesClassDescriptionDefines a mapping between an API-facing field name and an actual entity field name.Declares the entity-side property segment that a DTO field maps to for filtering and sorting path translation.Marks a
Pageablecontroller method parameter as subject to field-level sorting restrictions.Marks a field as filterable via RSQL (RESTful Service Query Language) queries.Marks a controller method parameter to be automatically resolved as aSpecificationfrom an RSQL query string.Marks a field as eligible for sorting in API query requests.Declares shared web-query metadata for a controller method.