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
Constructors in in.co.akshitbansal.springwebquery.ast with parameters of type FieldMappingModifierConstructorDescriptionEntityValidationRSQLVisitor(Class<?> entityClass, 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.validator
Methods in in.co.akshitbansal.springwebquery.validator with parameters of type FieldMappingModifier and TypeMethodDescriptionvoidFieldMappingsValidator.validate(FieldMapping @NonNull [] fieldMappings) ValidatesFieldMappingdefinitions declared inWebQuery.