| Interface | Description |
|---|---|
| MatchingRule |
Matching rule
|
| MatchingRules |
Collection of all matching rules
|
| Class | Description |
|---|---|
| Category |
Matching rules category
|
| DateMatcher |
Matching Rule for dates
|
| EqualsMatcher |
Matching rule for equality
|
| IncludeMatcher |
Matcher for a substring in a string
|
| MatchingRuleGroup | |
| MatchingRulesImpl | |
| MaxTypeMatcher |
Type matching with a maximum size
|
| MinMaxTypeMatcher |
Type matcher with a minimum size and maximum size
|
| MinTypeMatcher |
Type matcher with a minimum size
|
| NullMatcher |
Matcher for null values
|
| NumberTypeMatcher |
Type matching for numbers
|
| RegexMatcher |
Regular Expression Matcher
|
| TimeMatcher |
Matcher for time values
|
| TimestampMatcher |
Matcher for time values
|
| TypeMatcher |
Matcher for types
|
| ValuesMatcher |
Matcher for values in a map, ignoring the keys
|
| Enum | Description |
|---|---|
| RuleLogic |
Logic to use to combine rules
|