Class AnalyzeResponse
java.lang.Object
org.opensearch.client.opensearch.indices.AnalyzeResponse
- All Implemented Interfaces:
ToJsonp
public final class AnalyzeResponse extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalyzeResponse.BuilderBuilder forAnalyzeResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AnalyzeResponse>DESERIALIZERJson deserializer for AnalyzeResponse -
Constructor Summary
Constructors Modifier Constructor Description protectedAnalyzeResponse(AnalyzeResponse.Builder builder) -
Method Summary
Modifier and Type Method Description AnalyzeDetaildetail()API name:detailprotected static voidsetupAnalyzeResponseDeserializer(DelegatingDeserializer<AnalyzeResponse.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.util.List<AnalyzeToken>tokens()API name:tokens
-
Field Details
-
DESERIALIZER
Json deserializer for AnalyzeResponse
-
-
Constructor Details
-
Method Details
-
detail
API name:detail -
tokens
API name:tokens -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupAnalyzeResponseDeserializer
protected static void setupAnalyzeResponseDeserializer(DelegatingDeserializer<AnalyzeResponse.Builder> op)
-