Class StatisticsMapperWrapper

java.lang.Object
com.atlassian.jira.issue.statistics.util.StatisticsMapperWrapper
All Implemented Interfaces:
LuceneFieldSorter, StatisticsMapper
Direct Known Subclasses:
CachingStatisticsMapper

public class StatisticsMapperWrapper extends Object implements StatisticsMapper
Provides a convenient implementation of the StatisticsMapper interface that can be subclassed by developers wishing to adapt the request to a mapper. This class implements the Wrapper or Decorator pattern. Methods default to calling through to the wrapped statisticsMapper object.