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