Uses of Annotation Interface
in.co.akshitbansal.springwebquery.annotation.FieldMapping
Packages that use FieldMapping
Package
Description
Field-resolution strategies and factories used to translate request-facing
selectors into entity-backed property paths for filtering and sorting.
Configuration value objects representing the effective
@WebQuery
settings consumed by Spring MVC pageable and specification resolvers.Validators that enforce field mappings plus filterability and sortability
constraints for resolved selectors.
-
Uses of FieldMapping in in.co.akshitbansal.springwebquery.resolver.field
Constructor parameters in in.co.akshitbansal.springwebquery.resolver.field with type arguments of type FieldMappingModifierConstructorDescriptionprotectedEntityAwareFieldResolver(Class<?> entityClass, List<FieldMapping> fieldMappings) Creates an entity-aware resolver from raw field-mapping declarations. -
Uses of FieldMapping in in.co.akshitbansal.springwebquery.resolver.spring.config
Constructor parameters in in.co.akshitbansal.springwebquery.resolver.spring.config with type arguments of type FieldMappingModifierConstructorDescriptionPageableArgumentResolverConfig(Class<?> entityClass, Class<?> dtoClass, List<FieldMapping> fieldMappings) SpecificationArgumentResolverConfig(Class<?> entityClass, Class<?> dtoClass, List<FieldMapping> fieldMappings, String filterParamName, boolean andNodeAllowed, boolean orNodeAllowed, int maxASTDepth) -
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.