public class AggregationResultParser
extends java.lang.Object
| Constructor and Description |
|---|
AggregationResultParser() |
| Modifier and Type | Method and Description |
|---|---|
static AggregationResult |
parseBuckets(com.google.gson.JsonObject jsonObject) |
static AggregationResult |
parseSubAggregations(com.google.gson.JsonObject jsonObject,
java.util.List<AggregationBuilder> subAggregations) |
public static AggregationResult parseBuckets(com.google.gson.JsonObject jsonObject)
public static AggregationResult parseSubAggregations(com.google.gson.JsonObject jsonObject, java.util.List<AggregationBuilder> subAggregations)