Class ContextMethodParam
java.lang.Object
co.elastic.clients.elasticsearch.core.get_script_context.ContextMethodParam
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ContextMethodParam>Json deserializer forContextMethodParam -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringname()Required - API name:namestatic ContextMethodParamvoidserialize(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 forContextMethodParam
-
-
Method Details
-
of
public static ContextMethodParam of(Function<ContextMethodParam.Builder, ObjectBuilder<ContextMethodParam>> fn) -
name
Required - API name:name -
type
Required - API name:type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupContextMethodParamDeserializer
protected static void setupContextMethodParamDeserializer(ObjectDeserializer<ContextMethodParam.Builder> op)
-