Interface StatisticsMapper<T>
- All Known Implementing Classes:
OptionStatisticsMapper
public interface StatisticsMapper<T>
-
Method Summary
Modifier and TypeMethodDescription@NonNull StatisticValuegetStatisticValue(@NonNull T value) default @NonNull StatisticValue@Nullable TgetValueFromLucene(@NonNull String value)
-
Method Details
-
getValueFromLucene
-
getStatisticFieldId
String getStatisticFieldId() -
getStatisticValue
-
getStatisticValueForNull
-
getQueryBuilderAppender
QueryBuilderAppender<T> getQueryBuilderAppender() -
getComparator
Comparator<T> getComparator()
-