A comparator which compares objects based on one or more bean properties. Nested properties are fully supported. If a property is non-String and implements {@link Comparable} then the{@code compareTo()} method is delegated to. Otherwise the property is converted to a Stringand a {@link Locale} aware {@link Collator} is used to to compare property values.
@author Tim Fennell @since Stripes 1.5
|
|
|
|
|
|