| Interface | Description |
|---|---|
| Match |
| Class | Description |
|---|---|
| MatchRegistry |
MatchRegistry maps a string match "type" to a match implementation.
|
| NumberComparator |
NumberComparator performs a numeric comparison.
|
| SemanticVersion |
SemanticVersion implements the specification for the purpose of comparing two Versions.
|
| Exception | Description |
|---|---|
| UnexpectedValueTypeException |
UnexpectedValueTypeException is thrown when the condition value found in the datafile is
not one of an expected type for this version of the SDK.
|
| UnknownMatchTypeException |
UnknownMatchTypeException is thrown when the specified match type cannot be mapped via the MatchRegistry.
|
| UnknownValueTypeException |
UnknownValueTypeException is thrown when the passed in value for a user attribute does
not map to a known allowable type.
|