public interface IgnoreNullTransform extends ValueMatcher
ValueMatcher
s when creating a new version of them
that ignores nulls values.Modifier and Type | Method and Description |
---|---|
ValueMatcher |
ignoreNulls()
get a
ValueMatcher like this but that will
ignore sub-values that are null. |
describe, matches
ValueMatcher ignoreNulls()
ValueMatcher
like this
but that will
ignore sub-values that are null. If the result would be a trivial
ValueMatcher
, return null
instead.