Interface RangeAggregationBuilder.TypeSelector
-
- Enclosing interface:
- RangeAggregationBuilder<K>
public static interface RangeAggregationBuilder.TypeSelector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K> RangeAggregationBuilder<K>
type(Class<K> expectedType, ValueConvert convert)
-
-
-
Method Detail
-
type
<K> RangeAggregationBuilder<K> type(Class<K> expectedType, ValueConvert convert)
-
-