Class ContextMethod
java.lang.Object
co.elastic.clients.elasticsearch.core.get_script_context.ContextMethod
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ContextMethod extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContextMethod.BuilderBuilder forContextMethod. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ContextMethod>_DESERIALIZERJson deserializer forContextMethod -
Method Summary
Modifier and Type Method Description java.lang.Stringname()Required - API name:namestatic ContextMethodof(java.util.function.Function<ContextMethod.Builder,ObjectBuilder<ContextMethod>> fn)java.util.List<ContextMethodParam>params()Required - API name:paramsjava.lang.StringreturnType()Required - 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 voidsetupContextMethodDeserializer(ObjectDeserializer<ContextMethod.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forContextMethod
-
-
Method Details
-
of
public static ContextMethod of(java.util.function.Function<ContextMethod.Builder,ObjectBuilder<ContextMethod>> fn) -
name
public final java.lang.String name()Required - API name:name -
returnType
public final java.lang.String returnType()Required - API name:return_type -
params
Required - API name:params -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupContextMethodDeserializer
-