Package org.bremersee.comparator
package org.bremersee.comparator
This package contains general mechanism for comparing and sorting objects.
- Author:
- Christian Bremer
-
ClassDescriptionThe comparator builder.The default comparator builder.The comparator chain has a list of comparators.The comparator exception.The comparator jaxb context data provider.The default value extractor supports field names and paths as described in
SortOrder.The delegating comparator extracts the field value of the specified field name or path and uses the specified comparator for sorting.The value comparator extracts field value of the specified field name or path and uses the specified description (ascending or descending, case sensitive or insensitive and 'null is first') for sorting.The value extractor finds the value of a given field name or path by reflection.The value extractor exception.