Uses of Interface
in.co.akshitbansal.springwebquery.resolver.field.FieldResolver
Packages that use FieldResolver
Package
Description
AST visitors and traversal metadata used to validate parsed RSQL expressions.
Field-resolution strategies and factories used to translate request-facing
selectors into entity-backed property paths for filtering and sorting.
Cache infrastructure for memoizing DTO-aware field-resolution outcomes.
-
Uses of FieldResolver in in.co.akshitbansal.springwebquery.ast
Fields in in.co.akshitbansal.springwebquery.ast declared as FieldResolverModifier and TypeFieldDescriptionprotected final @NonNull FieldResolverAbstractValidationRSQLVisitor.fieldResolverResolver used by subclasses to translate selectors into entity-backed paths and expose the terminal field for validation. -
Uses of FieldResolver in in.co.akshitbansal.springwebquery.resolver.field
Classes in in.co.akshitbansal.springwebquery.resolver.field that implement FieldResolverModifier and TypeClassDescriptionclassFieldResolverimplementation that treats a DTO type as the public query contract and maps DTO selector paths to entity selector paths.classFieldResolverimplementation that resolves selectors directly against an entity model, with optional alias support viaFieldMapping.Methods in in.co.akshitbansal.springwebquery.resolver.field that return FieldResolverModifier and TypeMethodDescriptionFieldResolverFactory.newFieldResolver(@NonNull AbstractArgumentResolverConfig config) Creates the field resolver that matches the supplied effective query configuration. -
Uses of FieldResolver in in.co.akshitbansal.springwebquery.resolver.field.cache
Classes in in.co.akshitbansal.springwebquery.resolver.field.cache that implement FieldResolverModifier and TypeClassDescriptionclassDTOAwareFieldResolvervariant that caches DTO-path resolution outcomes.