Class GetMappingsResponse


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

      Modifier and Type Method Description
      static GetMappingsResponse fromXContent​(XContentParser parser)  
      java.util.Map<java.lang.String,​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,​MappingMetaData> mappings)