public final class AttributeMatcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeMatcher.NegatableMatcher |
| Constructor and Description |
|---|
AttributeMatcher(String attribute,
Matcher matcher,
boolean negate) |
| Modifier and Type | Method and Description |
|---|---|
String |
attribute() |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
match(String key,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
Matcher |
matcher() |
String |
toString() |
static AttributeMatcher |
vanilla(Matcher matcher) |
public static AttributeMatcher vanilla(Matcher matcher)
public boolean match(String key, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)
public String attribute()
public Matcher matcher()
Copyright © 2019. All rights reserved.