Class CompositeValuesSourceParserHelper

java.lang.Object
org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceParserHelper

public class CompositeValuesSourceParserHelper
extends java.lang.Object
  • Constructor Details

    • CompositeValuesSourceParserHelper

      public CompositeValuesSourceParserHelper()
  • Method Details

    • 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​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • toXContent

      public static org.elasticsearch.common.xcontent.XContentBuilder toXContent​(CompositeValuesSourceBuilder<?> source, org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      Throws:
      java.io.IOException