public class ObjectDifferBuilder.DifferConfigurerImpl extends Object implements DifferConfigurer
| Constructor and Description |
|---|
ObjectDifferBuilder.DifferConfigurerImpl() |
| Modifier and Type | Method and Description |
|---|---|
ObjectDifferBuilder |
register(DifferFactory differFactory)
Registers a new Differ to be used when comparing objects.
|
public ObjectDifferBuilder.DifferConfigurerImpl()
public ObjectDifferBuilder register(DifferFactory differFactory)
DifferConfigurerregister in interface DifferConfigurerdifferFactory - 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.