Class StoredScript
java.lang.Object
co.elastic.clients.elasticsearch._types.StoredScript
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StoredScript>Json deserializer forStoredScript -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringlang()Required - Specifies the language the script is written in.static StoredScriptoptions()API name:optionsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringsource()Required - The script source.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forStoredScript
-
-
Method Details
-
of
-
lang
Required - Specifies the language the script is written in.API name:
lang -
options
API name:options -
source
Required - The script source.API name:
source -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupStoredScriptDeserializer
-