Class IndexMappingRecord
java.lang.Object
org.opensearch.client.opensearch.indices.get_mapping.IndexMappingRecord
- All Implemented Interfaces:
ToJsonp
public final class IndexMappingRecord extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexMappingRecord.BuilderBuilder forIndexMappingRecord. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexMappingRecord>DESERIALIZERJson deserializer for IndexMappingRecord -
Constructor Summary
Constructors Modifier Constructor Description protectedIndexMappingRecord(IndexMappingRecord.Builder builder) -
Method Summary
Modifier and Type Method Description TypeMappingitem()API name:itemTypeMappingmappings()API name:mappingsprotected static voidsetupIndexMappingRecordDeserializer(DelegatingDeserializer<IndexMappingRecord.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for IndexMappingRecord
-
-
Constructor Details
-
Method Details
-
item
API name:item -
mappings
API name:mappings -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndexMappingRecordDeserializer
protected static void setupIndexMappingRecordDeserializer(DelegatingDeserializer<IndexMappingRecord.Builder> op)
-