Class TypeFieldMappings
java.lang.Object
co.elastic.clients.elasticsearch.indices.get_field_mapping.TypeFieldMappings
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class TypeFieldMappings extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypeFieldMappings.BuilderBuilder forTypeFieldMappings. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TypeFieldMappings>_DESERIALIZERJson deserializer forTypeFieldMappings -
Method Summary
Modifier and Type Method Description FieldMappingmappings()Required - API name:mappingsstatic TypeFieldMappingsof(java.util.function.Function<TypeFieldMappings.Builder,ObjectBuilder<TypeFieldMappings>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupTypeFieldMappingsDeserializer(ObjectDeserializer<TypeFieldMappings.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 forTypeFieldMappings
-
-
Method Details
-
of
public static TypeFieldMappings of(java.util.function.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)
-