Hi,
I'm trying to use the ComparableComparisonStrategy , I already implemented the interface Comparable < Object> in my classes , but the method
public static boolean isComparableType (Class end <?> Clazz ) {
return BigDecimal.class.equals ( clazz ) ;
} Always returns false . Can you help me ?
obs: I do not understand how this method works