de.danielbechler.diff
Interface DelegatingObjectDiffer

All Superinterfaces:
Configurable, NodeInspector, ObjectDiffer

public interface DelegatingObjectDiffer
extends ObjectDiffer, NodeInspector

Author:
Daniel Bechler

Method Summary
 Node delegate(Node parentNode, de.danielbechler.diff.Instances instances)
          Delegates the call to an appropriate Differ.
 
Methods inherited from interface de.danielbechler.diff.ObjectDiffer
compare
 
Methods inherited from interface de.danielbechler.diff.Configurable
getConfiguration
 
Methods inherited from interface de.danielbechler.diff.NodeInspector
isEqualsOnly, isExcluded, isIgnored, isIncluded, isIntrospectible, isReturnable
 

Method Detail

delegate

Node delegate(Node parentNode,
              de.danielbechler.diff.Instances instances)
Delegates the call to an appropriate Differ.

Returns:
A node representing the difference between the given Instances.


Copyright © 2012. All Rights Reserved.