Uses of Class
in.co.akshitbansal.springwebquery.util.AnnotationUtil
Packages that use AnnotationUtil
-
Uses of AnnotationUtil in in.co.akshitbansal.springwebquery
Constructors in in.co.akshitbansal.springwebquery with parameters of type AnnotationUtilModifierConstructorDescriptionDtoValidationRSQLVisitor(Class<?> entityClass, Class<?> dtoClass, AnnotationUtil annotationUtil) Creates a DTO-aware validation visitor.EntityValidationRSQLVisitor(Class<?> entityClass, FieldMapping[] fieldMappings, AnnotationUtil annotationUtil) Creates a new entity validation visitor with the specified configuration. -
Uses of AnnotationUtil in in.co.akshitbansal.springwebquery.resolver
Fields in in.co.akshitbansal.springwebquery.resolver declared as AnnotationUtilModifier and TypeFieldDescriptionprotected final AnnotationUtilWebQuerySpecificationArgumentResolver.annotationUtilUtility for annotation resolution and validation support in subclasses.Constructors in in.co.akshitbansal.springwebquery.resolver with parameters of type AnnotationUtilModifierConstructorDescriptionWebQueryDtoAwareSpecificationArgumentResolver(Set<RsqlOperator> defaultOperators, Set<? extends RsqlCustomOperator<?>> customOperators, AnnotationUtil annotationUtil) Creates a DTO-aware RSQL specification resolver.WebQueryEntityAwareSpecificationArgumentResolver(Set<RsqlOperator> defaultOperators, Set<? extends RsqlCustomOperator<?>> customOperators, AnnotationUtil annotationUtil) Creates an entity-aware RSQL specification resolver.WebQuerySpecificationArgumentResolver(Set<RsqlOperator> defaultOperators, Set<? extends RsqlCustomOperator<?>> customOperators, AnnotationUtil annotationUtil) Creates the resolver base with parser and predicate configuration.