Package io.split.engine.matchers.strings
Class WhitelistMatcher
- java.lang.Object
-
- io.split.engine.matchers.strings.WhitelistMatcher
-
-
Constructor Summary
Constructors Constructor Description WhitelistMatcher(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, SplitClientImpl splitClient)StringtoString()
-
-
-
Constructor Detail
-
WhitelistMatcher
public WhitelistMatcher(Collection<String> whitelist)
-
-