Class SuggestContext
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.SuggestContext
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SuggestContext>Json deserializer forSuggestContext -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringname()Required - API name:namestatic SuggestContextfinal Stringpath()API name:pathfinal StringAPI name:precisionvoidserialize(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 Stringtype()Required - API name:type
-
Field Details
-
_DESERIALIZER
Json deserializer forSuggestContext
-
-
Method Details
-
of
-
name
Required - API name:name -
path
API name:path -
type
Required - API name:type -
precision
API name:precision -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSuggestContextDeserializer
protected static void setupSuggestContextDeserializer(ObjectDeserializer<SuggestContext.Builder> op)
-