Class AnalyzerDetail
java.lang.Object
co.elastic.clients.elasticsearch.indices.analyze.AnalyzerDetail
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AnalyzerDetail>Json deserializer forAnalyzerDetail -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringname()Required - API name:namestatic AnalyzerDetailvoidserialize(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<ExplainAnalyzeToken>tokens()Required - API name:tokenstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forAnalyzerDetail
-
-
Method Details
-
of
-
name
Required - API name:name -
tokens
Required - API name:tokens -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAnalyzerDetailDeserializer
protected static void setupAnalyzerDetailDeserializer(ObjectDeserializer<AnalyzerDetail.Builder> op)
-