org.oddjob.beancmpr.beans
Interface BeanComparerProvider

All Known Implementing Classes:
ComparersByPropertyOrType

public interface BeanComparerProvider

Provides Comparers.

Author:
Rob

Method Summary
<T> Comparer<T>
comparerFor(String property, Class<T> type)
          Provide a Comparer for the given property and type.
 

Method Detail

comparerFor

<T> Comparer<T> comparerFor(String property,
                            Class<T> type)
Provide a Comparer for the given property and type.

Parameters:
property - The name of the property.
type - The type of the property.
Returns:
Never null.


Copyright © 2013. All Rights Reserved.