Interface FieldMapper.Serializer<T>

Enclosing class:
FieldMapper

public static interface FieldMapper.Serializer<T>
Serializes a parameter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize​(org.elasticsearch.common.xcontent.XContentBuilder builder, String name, T value)
     
  • Method Details

    • serialize

      void serialize(org.elasticsearch.common.xcontent.XContentBuilder builder, String name, T value) throws IOException
      Throws:
      IOException