| Package | Description |
|---|---|
| io.split.engine.matchers | |
| io.split.engine.matchers.collections | |
| io.split.engine.matchers.strings |
| Modifier and Type | Class and Description |
|---|---|
class |
AllKeysMatcher
A matcher that matches all keys.
|
static class |
AttributeMatcher.NegatableMatcher |
class |
BetweenMatcher
Supports the logic: if user.age is between x and y
|
class |
BooleanMatcher |
class |
DependencyMatcher
Supports the logic: if user is in split "feature" treatments ["on","off"]
|
class |
EqualToMatcher
Created by adilaijaz on 3/7/16.
|
class |
GreaterThanOrEqualToMatcher
Created by adilaijaz on 3/7/16.
|
class |
LessThanOrEqualToMatcher
Created by adilaijaz on 3/7/16.
|
class |
UserDefinedSegmentMatcher
A matcher that checks if the key is part of a user defined segment.
|
| Modifier and Type | Method and Description |
|---|---|
Matcher |
AttributeMatcher.NegatableMatcher.delegate() |
Matcher |
AttributeMatcher.matcher() |
| Modifier and Type | Method and Description |
|---|---|
static CombiningMatcher |
CombiningMatcher.of(Matcher matcher) |
static CombiningMatcher |
CombiningMatcher.of(String attribute,
Matcher matcher) |
static AttributeMatcher |
AttributeMatcher.vanilla(Matcher matcher) |
| Constructor and Description |
|---|
AttributeMatcher(String attribute,
Matcher matcher,
boolean negate) |
NegatableMatcher(Matcher matcher,
boolean negate) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainsAllOfSetMatcher
Created by adilaijaz on 3/7/16.
|
class |
ContainsAnyOfSetMatcher
Created by adilaijaz on 3/7/16.
|
class |
EqualToSetMatcher
Created by adilaijaz on 3/7/16.
|
class |
PartOfSetMatcher
Created by adilaijaz on 3/7/16.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainsAnyOfMatcher
Created by adilaijaz on 3/7/16.
|
class |
EndsWithAnyOfMatcher
Created by adilaijaz on 3/7/16.
|
class |
RegularExpressionMatcher |
class |
StartsWithAnyOfMatcher
Created by adilaijaz on 3/7/16.
|
class |
WhitelistMatcher
Created by adilaijaz on 5/4/15.
|
Copyright © 2018. All rights reserved.