Class ContextMethod
java.lang.Object
co.elastic.clients.elasticsearch.core.get_script_context.ContextMethod
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ContextMethod>Json deserializer forContextMethod -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringname()Required - API name:namestatic ContextMethodfinal List<ContextMethodParam>params()Required - API name:paramsfinal StringRequired - API name:return_typevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forContextMethod
-
-
Method Details
-
of
-
name
Required - API name:name -
returnType
Required - API name:return_type -
params
Required - API name:params -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupContextMethodDeserializer
-