Package io.split.engine.matchers
Class EqualToMatcher
- java.lang.Object
-
- io.split.engine.matchers.EqualToMatcher
-
-
Constructor Summary
Constructors Constructor Description EqualToMatcher(long compareTo, DataType dataType)
-
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()
-