Class GetMappingsResponse


  • public class GetMappingsResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GetMappingsResponse​(java.util.Map<java.lang.String,​org.opensearch.cluster.metadata.MappingMetadata> mappings)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static GetMappingsResponse fromXContent​(org.opensearch.common.xcontent.XContentParser parser)  
      java.util.Map<java.lang.String,​org.opensearch.cluster.metadata.MappingMetadata> mappings()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetMappingsResponse

        public GetMappingsResponse​(java.util.Map<java.lang.String,​org.opensearch.cluster.metadata.MappingMetadata> mappings)
    • Method Detail

      • mappings

        public java.util.Map<java.lang.String,​org.opensearch.cluster.metadata.MappingMetadata> mappings()
      • fromXContent

        public static GetMappingsResponse fromXContent​(org.opensearch.common.xcontent.XContentParser parser)
                                                throws java.io.IOException
        Throws:
        java.io.IOException