Class ScriptBase
java.lang.Object
co.elastic.clients.elasticsearch._types.ScriptBase
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
InlineScript,RoleTemplateInlineScript,StoredScriptId
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparams()API name:paramsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends ScriptBase.AbstractBuilder<BuilderT>>
voidsetupScriptBaseDeserializer(ObjectDeserializer<BuilderT> op) toString()
-
Constructor Details
-
ScriptBase
-
-
Method Details
-
params
API name:params -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupScriptBaseDeserializer
protected static <BuilderT extends ScriptBase.AbstractBuilder<BuilderT>> void setupScriptBaseDeserializer(ObjectDeserializer<BuilderT> op)
-