Uses of Class
io.getunleash.Constraint
Packages that use Constraint
Package
Description
-
Uses of Constraint in io.getunleash
Methods in io.getunleash that return types with arguments of type ConstraintMethod parameters in io.getunleash with type arguments of type ConstraintConstructor parameters in io.getunleash with type arguments of type ConstraintModifierConstructorDescriptionActivationStrategy(String name, Map<String, String> parameters, List<Constraint> constraints, List<Integer> segments, List<VariantDefinition> variants) Segment(int id, String name, List<Constraint> constraints) -
Uses of Constraint in io.getunleash.strategy
Method parameters in io.getunleash.strategy with type arguments of type ConstraintModifier and TypeMethodDescriptiondefault FeatureEvaluationResultStrategy.getResult(Map<String, String> parameters, UnleashContext unleashContext, List<Constraint> constraints, List<VariantDefinition> variants) default booleanStrategy.isEnabled(Map<String, String> parameters, UnleashContext unleashContext, List<Constraint> constraints) static booleanConstraintUtil.validate(List<Constraint> constraints, UnleashContext context) -
Uses of Constraint in io.getunleash.strategy.constraints
Methods in io.getunleash.strategy.constraints with parameters of type ConstraintModifier and TypeMethodDescriptionbooleanConstraintOperator.evaluate(Constraint constraint, UnleashContext context) booleanDateConstraintOperator.evaluate(Constraint constraint, UnleashContext context) booleanNumberConstraintOperator.evaluate(Constraint constraint, UnleashContext context) booleanSemverConstraintOperator.evaluate(Constraint constraint, UnleashContext context) booleanStringConstraintOperator.evaluate(Constraint constraint, UnleashContext context) -
Uses of Constraint in io.getunleash.util
Methods in io.getunleash.util that return types with arguments of type ConstraintModifier and TypeMethodDescriptionstatic List<Constraint>ConstraintMerger.mergeConstraints(IFeatureRepository repository, ActivationStrategy strategy)