Class Explanation
java.lang.Object
co.elastic.clients.elasticsearch.core.explain.Explanation
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Explanation>Json deserializer forExplanation -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:descriptionfinal List<ExplanationDetail>details()Required - API name:detailsstatic Explanationvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final floatvalue()Required - API name:value
-
Field Details
-
_DESERIALIZER
Json deserializer forExplanation
-
-
Method Details
-
of
-
description
Required - API name:description -
details
Required - API name:details -
value
public final float value()Required - API name:value -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupExplanationDeserializer
-