Interface ValueStatisticMapper<T>
- All Superinterfaces:
FieldValueLoader<T>,LuceneFieldSorter<T>,StatisticsMapper<T>
- All Known Implementing Classes:
CascadingSelectStatisticsMapper,SelectStatisticsMapper
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 Summary
Methods inherited from interface com.atlassian.jira.issue.search.LuceneFieldSorter
equals, field, getComparator, hashCode, loadValueMethods inherited from interface com.atlassian.jira.issue.statistics.StatisticsMapper
getDocumentConstant, getSearchUrlSuffix, getValueFromLuceneField, isFieldAlwaysPartOfAnIssue, isValidValue
-
Method Details
-
getValueComparator
Comparator<T> getValueComparator()
-