Class GetFieldMappingResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.GetFieldMappingResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetFieldMappingResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected static JsonpDeserializer<GetFieldMappingResponse>final Map<String,TypeFieldMappings> Required - Response value.final TypeFieldMappingsGet an element offieldMappings.static GetFieldMappingResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this value to JSON.toString()
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
of
public static GetFieldMappingResponse of(Function<GetFieldMappingResponse.Builder, ObjectBuilder<GetFieldMappingResponse>> fn) -
fieldMappings
Required - Response value. -
get
Get an element offieldMappings. -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
toString
-
createGetFieldMappingResponseDeserializer
protected static JsonpDeserializer<GetFieldMappingResponse> createGetFieldMappingResponseDeserializer()
-