Uses of Annotation Interface
in.co.akshitbansal.springwebquery.annotation.FieldMapping
Packages that use FieldMapping
Package
Description
AST visitors and traversal metadata used to validate parsed RSQL expressions.
Validators that enforce field mappings plus filterability and sortability
constraints for resolved selectors.
-
Uses of FieldMapping in in.co.akshitbansal.springwebquery.ast
Method parameters in in.co.akshitbansal.springwebquery.ast with type arguments of type FieldMappingModifier and TypeMethodDescriptionValidationRSQLVisitorFactory.newEntityValidationRSQLVisitor(Class<?> entityClass, List<FieldMapping> fieldMappings, boolean andNodeAllowed, boolean orNodeAllowed, int maxDepth) Creates a visitor that validates selectors directly against the entity model, including any alias mappings declared onFieldMapping. -
Uses of FieldMapping in in.co.akshitbansal.springwebquery.resolver
Method parameters in in.co.akshitbansal.springwebquery.resolver with type arguments of type FieldMappingModifier and TypeMethodDescriptionFieldResolverFactory.newEntityAwareFieldResolver(Class<?> entityClass, List<FieldMapping> fieldMappings) Creates a resolver that validates selectors directly against the entity model while honoring explicit field aliases.Constructor parameters in in.co.akshitbansal.springwebquery.resolver with type arguments of type FieldMappingModifierConstructorDescriptionEntityAwareFieldResolver(Class<?> entityClass, List<FieldMapping> fieldMappings) Creates an entity-aware resolver from raw field-mapping declarations. -
Uses of FieldMapping in in.co.akshitbansal.springwebquery.validator
Method parameters in in.co.akshitbansal.springwebquery.validator with type arguments of type FieldMappingModifier and TypeMethodDescriptionvoidFieldMappingsValidator.validate(List<FieldMapping> fieldMappings) ValidatesFieldMappingdefinitions declared inWebQuery.