Class IndexMappingRecord
java.lang.Object
co.elastic.clients.elasticsearch.indices.get_mapping.IndexMappingRecord
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexMappingRecord>Json deserializer forIndexMappingRecord -
Method Summary
Modifier and TypeMethodDescriptionfinal TypeMappingitem()API name:itemfinal TypeMappingmappings()Required - API name:mappingsstatic IndexMappingRecordvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexMappingRecord
-
-
Method Details
-
of
public static IndexMappingRecord of(Function<IndexMappingRecord.Builder, ObjectBuilder<IndexMappingRecord>> fn) -
item
API name:item -
mappings
Required - API name:mappings -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexMappingRecordDeserializer
protected static void setupIndexMappingRecordDeserializer(ObjectDeserializer<IndexMappingRecord.Builder> op)
-