public interface IgnoreFieldTransform extends ValueMatcher
ValueMatcher
s when creating a new version of them
that ignores particular fields.Modifier and Type | Method and Description |
---|---|
ValueMatcher |
ignoreField(java.lang.String field)
|
describe, matches
ValueMatcher ignoreField(java.lang.String field)
ValueMatcher
like this
but that will
ignore sub-fields with the name field
. If the result
would be a trivial ValueMatcher
, return null
instead.field
- The field to ignore