Uses of Interface
in.co.akshitbansal.springwebquery.operator.RsqlCustomOperator
Packages that use RsqlCustomOperator
-
Uses of RsqlCustomOperator in in.co.akshitbansal.springwebquery
Methods in in.co.akshitbansal.springwebquery that return types with arguments of type RsqlCustomOperatorModifier and TypeMethodDescriptionSet<? extends RsqlCustomOperator<?>> RsqlCustomOperatorsConfigurer.getCustomOperators()Returns a set of custom RSQL operators to be registered.Constructor parameters in in.co.akshitbansal.springwebquery with type arguments of type RsqlCustomOperatorModifierConstructorDescriptionValidationRSQLVisitor(Class<?> entityClass, FieldMapping[] fieldMappings, Set<? extends RsqlCustomOperator<?>> customOperators) Creates a new ValidationRSQLVisitor with the specified configuration.