Uses of Interface
org.unitils.reflectionassert.comparator.Comparator

Packages that use Comparator
org.unitils.reflectionassert   
org.unitils.reflectionassert.comparator.impl   
 

Uses of Comparator in org.unitils.reflectionassert
 

Fields in org.unitils.reflectionassert declared as Comparator
protected static Comparator ReflectionComparatorFactory.COLLECTION_COMPARATOR
          The CollectionComparator singleton insance
protected static Comparator ReflectionComparatorFactory.HIBERNATE_PROXY_COMPARATOR
          The HibernateProxyComparator singleton insance
protected static Comparator ReflectionComparatorFactory.IGNORE_DEFAULTS_COMPARATOR
          The IgnoreDefaultsComparator singleton insance
protected static Comparator ReflectionComparatorFactory.LENIENT_DATES_COMPARATOR
          The LenientDatesComparator singleton insance
protected static Comparator ReflectionComparatorFactory.LENIENT_NUMBER_COMPARATOR
          The LenientNumberComparator singleton insance
protected static Comparator ReflectionComparatorFactory.LENIENT_ORDER_COMPARATOR
          The LenientOrderCollectionComparator singleton insance
protected static Comparator ReflectionComparatorFactory.MAP_COMPARATOR
          The MapComparator singleton insance
protected static Comparator ReflectionComparatorFactory.OBJECT_COMPARATOR
          The ObjectComparator singleton insance
protected static Comparator ReflectionComparatorFactory.SIMPLE_CASES_COMPARATOR
          The SimpleCasesComparatorsingleton insance
 

Fields in org.unitils.reflectionassert with type parameters of type Comparator
protected  List<Comparator> ReflectionComparator.comparators
          The comparator chain.
 

Methods in org.unitils.reflectionassert that return types with arguments of type Comparator
protected static List<Comparator> ReflectionComparatorFactory.getComparatorChain(Set<ReflectionComparatorMode> modes)
          Creates a comparator chain for the given modes.
 

Constructor parameters in org.unitils.reflectionassert with type arguments of type Comparator
ReflectionComparator(List<Comparator> comparators)
          Creates a comparator that will use the given chain.
 

Uses of Comparator in org.unitils.reflectionassert.comparator.impl
 

Classes in org.unitils.reflectionassert.comparator.impl that implement Comparator
 class CollectionComparator
          Comparator for collections and arrays.
 class HibernateProxyComparator
          Comparator that can handle Hibernate proxies.
 class IgnoreDefaultsComparator
          A comparator that filters out java-defaults.
 class LenientDatesComparator
          Comparator that checks whether 2 dates are both null or not null, the actual time-value is not compared.
 class LenientNumberComparator
          A comparator that compares primitive types by value and not by type.
 class LenientOrderCollectionComparator
          A comparator for collections and arrays that ignores the order of both collections.
 class MapComparator
          Comparator for maps.
 class ObjectComparator
          Comparator for objects.
 class SimpleCasesComparator
          Comparator for simple cases.
 



Copyright © 2011. All Rights Reserved.