| Class | Description |
|---|---|
| CollectionComparator |
Comparator for collections and arrays.
|
| HibernateProxyComparator |
Comparator that can handle Hibernate proxies.
|
| IgnoreDefaultsComparator |
A comparator that filters out java-defaults.
|
| LenientDatesComparator |
Comparator that checks whether 2 dates are both null or not null, the actual time-value is not compared.
|
| LenientNumberComparator |
A comparator that compares primitive types by value and not by type.
|
| LenientOrderCollectionComparator |
A comparator for collections and arrays that ignores the order of both collections.
|
| MapComparator |
Comparator for maps.
|
| ObjectComparator |
Comparator for objects.
|
| SimpleCasesComparator |
Comparator for simple cases.
|
Copyright © 2016. All Rights Reserved.