Uses of Class
io.getunleash.Constraint
-
Packages that use Constraint Package Description io.getunleash io.getunleash.strategy io.getunleash.strategy.constraints io.getunleash.util -
-
Uses of Constraint in io.getunleash
Methods in io.getunleash that return types with arguments of type Constraint Modifier and Type Method Description List<Constraint>ActivationStrategy. getConstraints()List<Constraint>Segment. getConstraints()Method parameters in io.getunleash with type arguments of type Constraint Modifier and Type Method Description voidSegment. setConstraints(List<Constraint> constraints)Constructor parameters in io.getunleash with type arguments of type Constraint Constructor Description ActivationStrategy(String name, Map<String,String> parameters, List<Constraint> constraints, List<Integer> segments)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 Constraint Modifier and Type Method Description 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 Constraint Modifier and Type Method Description booleanConstraintOperator. 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 Constraint Modifier and Type Method Description static List<Constraint>ConstraintMerger. mergeConstraints(IFeatureRepository repository, ActivationStrategy strategy)
-