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
Constructor parameters in in.co.akshitbansal.springwebquery.ast with type arguments of type FieldMappingModifierConstructorDescriptionEntityValidationRSQLVisitor(Class<?> entityClass, List<FieldMapping> fieldMappings, Map<Class<?>, RSQLCustomOperator<?>> customOperators, boolean andNodeAllowed, boolean orNodeAllowed, int maxDepth) Creates a new entity validation visitor with the specified configuration. -
Uses of FieldMapping in in.co.akshitbansal.springwebquery.resolver
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.