JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package in.co.akshitbansal.springwebquery
package
in.co.akshitbansal.springwebquery
Related Packages
Package
Description
in.co.akshitbansal.springwebquery.annotation
Annotations that declare web-query contracts, field mappings, and field-level filtering or sorting capabilities.
in.co.akshitbansal.springwebquery.ast
AST visitors and traversal metadata used to validate parsed RSQL expressions.
in.co.akshitbansal.springwebquery.exception
Exceptions raised for invalid query configuration and request-time query validation failures.
in.co.akshitbansal.springwebquery.operator
Built-in and custom RSQL operator abstractions used by parsing and specification generation.
in.co.akshitbansal.springwebquery.resolver
in.co.akshitbansal.springwebquery.util
in.co.akshitbansal.springwebquery.validator
Validators that enforce field mappings plus filterability and sortability constraints for resolved selectors.
Interfaces
Class
Description
RSQLCustomOperatorsConfigurer
Configurer interface for providing custom RSQL operators.