Interface | Description |
---|---|
IgnoreFieldTransform |
This interface is used to control structural recursion of
ValueMatcher s when creating a new version of them
that ignores particular fields. |
IgnoreNullTransform |
This interface is used to control structural recursion of
ValueMatcher s when creating a new version of them
that ignores nulls values. |
Class | Description |
---|---|
AnythingMatcher |
A
TupleMatcher and a ValueMatcher that always matches. |
FieldBasedTupleMatcher |
FieldBasedTupleMatcher matches tuples by comparing their fields against
ValueMatcher s. |
NothingMatcher |
A
TupleMatcher and a ValueMatcher that never matches. |