Class AnalyzeResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.AnalyzeResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AnalyzeResponse>Json deserializer forAnalyzeResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal AnalyzeDetaildetail()API name:detailstatic AnalyzeResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal List<AnalyzeToken>tokens()API name:tokenstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forAnalyzeResponse
-
-
Method Details
-
of
public static AnalyzeResponse of(Function<AnalyzeResponse.Builder, ObjectBuilder<AnalyzeResponse>> fn) -
detail
API name:detail -
tokens
API name:tokens -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAnalyzeResponseDeserializer
protected static void setupAnalyzeResponseDeserializer(ObjectDeserializer<AnalyzeResponse.Builder> op)
-