Uses of Class
no.finn.unleash.Constraint
-
Packages that use Constraint Package Description no.finn.unleash no.finn.unleash.strategy -
-
Uses of Constraint in no.finn.unleash
Methods in no.finn.unleash that return types with arguments of type Constraint Modifier and Type Method Description List<Constraint>ActivationStrategy. getConstraints()Constructor parameters in no.finn.unleash with type arguments of type Constraint Constructor Description ActivationStrategy(String name, Map<String,String> parameters, List<Constraint> constraints) -
Uses of Constraint in no.finn.unleash.strategy
Method parameters in no.finn.unleash.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)
-