Uses of Enum Class
in.co.akshitbansal.springwebquery.operator.RsqlOperator
Packages that use RsqlOperator
-
Uses of RsqlOperator in in.co.akshitbansal.springwebquery
Constructor parameters in in.co.akshitbansal.springwebquery with type arguments of type RsqlOperatorModifierConstructorDescriptionRsqlSpecificationArgumentResolver(Set<RsqlOperator> defaultOperators, Set<? extends RsqlCustomOperator<?>> customOperators) Creates a new RsqlSpecificationArgumentResolver with the specified operators. -
Uses of RsqlOperator in in.co.akshitbansal.springwebquery.operator
Methods in in.co.akshitbansal.springwebquery.operator that return RsqlOperatorModifier and TypeMethodDescriptionstatic RsqlOperatorReturns the enum constant of this class with the specified name.static RsqlOperator[]RsqlOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.