Class CompositeValuesSourceParserHelper
- java.lang.Object
-
- org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceParserHelper
-
public class CompositeValuesSourceParserHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CompositeValuesSourceParserHelper()
-
Method Summary
Modifier and Type Method Description static CompositeValuesSourceBuilder<?>
fromXContent(XContentParser parser)
static CompositeValuesSourceBuilder<?>
readFrom(StreamInput in)
static XContentBuilder
toXContent(CompositeValuesSourceBuilder<?> source, XContentBuilder builder, ToXContent.Params params)
static void
writeTo(CompositeValuesSourceBuilder<?> builder, StreamOutput out)
-
-
-
Method Detail
-
writeTo
public static void writeTo(CompositeValuesSourceBuilder<?> builder, StreamOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
readFrom
public static CompositeValuesSourceBuilder<?> readFrom(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
fromXContent
public static CompositeValuesSourceBuilder<?> fromXContent(XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
toXContent
public static XContentBuilder toXContent(CompositeValuesSourceBuilder<?> source, XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Throws:
java.io.IOException
-
-