Uses of Enum Class
in.co.akshitbansal.springwebquery.operator.RsqlOperator
Packages that use RsqlOperator
Package
Description
-
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. -
Uses of RsqlOperator in in.co.akshitbansal.springwebquery.resolver
Constructor parameters in in.co.akshitbansal.springwebquery.resolver with type arguments of type RsqlOperatorModifierConstructorDescriptionDtoAwareRsqlSpecArgumentResolver(Set<RsqlOperator> defaultOperators, Set<? extends RsqlCustomOperator<?>> customOperators, AnnotationUtil annotationUtil) Creates a DTO-aware RSQL specification resolver.EntityAwareRsqlSpecArgumentResolver(Set<RsqlOperator> defaultOperators, Set<? extends RsqlCustomOperator<?>> customOperators, AnnotationUtil annotationUtil) Creates an entity-aware RSQL specification resolver.RsqlSpecArgumentResolver(Set<RsqlOperator> defaultOperators, Set<? extends RsqlCustomOperator<?>> customOperators, AnnotationUtil annotationUtil) Creates the resolver base with parser and predicate configuration.