Interface ValueStatisticMapper<T>
- All Superinterfaces:
FieldValueLoader<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.search.FieldValueLoader
field, getComparator, loadValueMethods inherited from interface com.atlassian.jira.issue.statistics.StatisticsMapper
getSearchUrlSuffix, isFieldAlwaysPartOfAnIssue, isValidValue
-
Method Details
-
getValueComparator
Comparator<T> getValueComparator()
-