Class ContextMethod
- java.lang.Object
-
- org.opensearch.client.opensearch.core.get_script_context.ContextMethod
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ContextMethod extends java.lang.Object implements JsonpSerializable
-
-
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
All Methods Static Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ContextMethod> _DESERIALIZER
Json deserializer forContextMethod
-
-
Method Detail
-
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
public final java.util.List<ContextMethodParam> params()
Required - API name:params
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupContextMethodDeserializer
protected static void setupContextMethodDeserializer(ObjectDeserializer<ContextMethod.Builder> op)
-
-