Class GetMappingsResponse

java.lang.Object
org.elasticsearch.client.indices.GetMappingsResponse

public class GetMappingsResponse extends Object
  • Constructor Details

    • GetMappingsResponse

      public GetMappingsResponse(Map<String,​org.elasticsearch.cluster.metadata.MappingMetadata> mappings)
  • Method Details

    • mappings

      public Map<String,​org.elasticsearch.cluster.metadata.MappingMetadata> mappings()
    • fromXContent

      public static GetMappingsResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws IOException
      Throws:
      IOException