Package io.split.engine.matchers
Class InListSemverMatcher
- java.lang.Object
-
- io.split.engine.matchers.InListSemverMatcher
-
-
Constructor Summary
Constructors Constructor Description InListSemverMatcher(Collection<String> whitelist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()booleanmatch(Object matchValue, String bucketingKey, Map<String,Object> attributes, EvaluationContext evaluationContext)StringtoString()
-
-
-
Constructor Detail
-
InListSemverMatcher
public InListSemverMatcher(Collection<String> whitelist)
-
-