Uses of Enum Class
io.getunleash.Operator
Packages that use Operator
-
Uses of Operator in io.getunleash
Methods in io.getunleash that return OperatorModifier and TypeMethodDescriptionConstraint.getOperator()static OperatorReturns the enum constant of this class with the specified name.static Operator[]Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.getunleash with parameters of type OperatorModifierConstructorDescriptionConstraint(String contextName, Operator operator, String value) Constraint(String contextName, Operator operator, String value, boolean inverted) Constraint(String contextName, Operator operator, String value, List<String> values, boolean inverted, boolean caseInsensitive) Constraint(String contextName, Operator operator, List<String> values) Constraint(String contextName, Operator operator, List<String> values, boolean inverted) Constraint(String contextName, Operator operator, List<String> values, boolean inverted, boolean caseInsensitive)