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)
DifferConfigurer
register
in interface DifferConfigurer
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 © 2014. All rights reserved.