Package org.opensearch.client.indices
Class GetMappingsResponse
- java.lang.Object
-
- org.opensearch.client.indices.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 GetMappingsResponsefromXContent(org.opensearch.common.xcontent.XContentParser parser)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
-
-