public interface DifferConfigurer
| 限定符和类型 | 方法和说明 |
|---|---|
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.