| Package | Description |
|---|---|
| io.split.client.dtos | |
| io.split.engine.matchers |
| Modifier and Type | Field and Description |
|---|---|
DataType |
UnaryNumericMatcherData.dataType |
DataType |
BetweenMatcherData.dataType |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BetweenMatcher(long start,
long end,
DataType dataType) |
EqualToMatcher(long compareTo,
DataType dataType) |
GreaterThanOrEqualToMatcher(long compareTo,
DataType dataType) |
LessThanOrEqualToMatcher(long compareTo,
DataType dataType) |
Copyright © 2018. All rights reserved.