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. -
Uses of RsqlCustomOperator in in.co.akshitbansal.springwebquery.util
Constructor parameters in in.co.akshitbansal.springwebquery.util with type arguments of type RsqlCustomOperatorModifierConstructorDescriptionAnnotationUtil(Set<? extends RsqlCustomOperator<?>> customOperators) Creates an annotation utility backed by registered custom operator instances.