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
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()
-
Constructor Details
-
GetMappingsResponse
public GetMappingsResponse(java.util.Map<java.lang.String,org.opensearch.cluster.metadata.MappingMetadata> mappings)
-
-
Method Details
-
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
-