Interface ValueStatisticMapper<T>

All Superinterfaces:
FieldValueLoader<T>, LuceneFieldSorter<T>, StatisticsMapper<T>
All Known Implementing Classes:
CascadingSelectStatisticsMapper, SelectStatisticsMapper

public interface ValueStatisticMapper<T> extends StatisticsMapper<T>
Provides extra method to get non-standard comparator for StatisticMappers to be used when we need different comparison method (eg.comparing custom fields options in gadgets)
Since:
v5.2
See Also:
  • Method Details

    • getValueComparator

      Comparator<T> getValueComparator()