public interface DifferConfigurer
Modifier and Type | Method and Description |
---|---|
ObjectDifferBuilder |
register(DifferFactory differFactory)
Registers a new Differ to be used when comparing objects.
|
ObjectDifferBuilder register(DifferFactory differFactory)
differFactory
- Factory that creates a new Differ. Will be called exactly once and the resulting Differ
will be pushed to the underlying DifferProvider
.ObjectDifferBuilder
for chaining.Copyright © 2016. All rights reserved.