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:fieldsindices()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 FieldCapsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFieldCapsResponseDeserializer
protected static void setupFieldCapsResponseDeserializer(ObjectDeserializer<FieldCapsResponse.Builder> op)
-