Class FieldCapsResponse
java.lang.Object
co.elastic.clients.elasticsearch.core.FieldCapsResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FieldCapsResponse>
Json deserializer forFieldCapsResponse
-
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,
Map<String, FieldCapability>> fields()
Required - API name:fields
indices()
Required - The list of indices where this field has the same type family, or null if all indices have the same type family for the field.static FieldCapsResponse
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forFieldCapsResponse
-
-
Method Details
-
of
public static FieldCapsResponse of(Function<FieldCapsResponse.Builder, ObjectBuilder<FieldCapsResponse>> fn) -
indices
Required - The list of indices where this field has the same type family, or null if all indices have the same type family for the field.API name:
indices
-
fields
Required - API name:fields
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFieldCapsResponseDeserializer
protected static void setupFieldCapsResponseDeserializer(ObjectDeserializer<FieldCapsResponse.Builder> op)
-