Class TypeFieldMappings
java.lang.Object
org.opensearch.client.opensearch.indices.get_field_mapping.TypeFieldMappings
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TypeFieldMappings> Json deserializer forTypeFieldMappings -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String, FieldMapping> mappings()Required - API name:mappingsstatic TypeFieldMappingsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Field Details
-
_DESERIALIZER
Json deserializer forTypeFieldMappings
-
-
Method Details
-
of
public static TypeFieldMappings of(Function<TypeFieldMappings.Builder, ObjectBuilder<TypeFieldMappings>> fn) -
mappings
Required - API name:mappings -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupTypeFieldMappingsDeserializer
protected static void setupTypeFieldMappingsDeserializer(ObjectDeserializer<TypeFieldMappings.Builder> op)
-