Class IndexMappingRecord
java.lang.Object
co.elastic.clients.elasticsearch.indices.get_mapping.IndexMappingRecord
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class IndexMappingRecord extends java.lang.Object implements JsonpSerializable
-
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 forIndexMappingRecord -
Constructor Summary
Constructors Constructor Description IndexMappingRecord(IndexMappingRecord.Builder builder)IndexMappingRecord(java.util.function.Function<IndexMappingRecord.Builder,IndexMappingRecord.Builder> fn) -
Method Summary
Modifier and Type Method Description TypeMappingitem()API name:itemTypeMappingmappings()Required - API name:mappingsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndexMappingRecordDeserializer(DelegatingDeserializer<IndexMappingRecord.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexMappingRecord
-
-
Constructor Details
-
IndexMappingRecord
-
IndexMappingRecord
public IndexMappingRecord(java.util.function.Function<IndexMappingRecord.Builder,IndexMappingRecord.Builder> fn)
-
-
Method Details
-
item
API name:item -
mappings
Required - API name:mappings -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndexMappingRecordDeserializer
protected static void setupIndexMappingRecordDeserializer(DelegatingDeserializer<IndexMappingRecord.Builder> op)
-