Package org.assertj.core.internal
Class ConfigurableRecursiveFieldByFieldComparator
java.lang.Object
org.assertj.core.internal.ConfigurableRecursiveFieldByFieldComparator
- All Implemented Interfaces:
Comparator<Object>
public class ConfigurableRecursiveFieldByFieldComparator
extends Object
implements Comparator<Object>
Compares objects field/property by field/property recursively based on the given
RecursiveComparisonConfiguration allowing fine tuning of the comparison.-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ConfigurableRecursiveFieldByFieldComparator
-
-
Method Details