Class SearchApplicationTemplate
java.lang.Object
co.elastic.clients.elasticsearch.search_application.SearchApplicationTemplate
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class SearchApplicationTemplate
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SearchApplicationTemplate>Json deserializer forSearchApplicationTemplate -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchApplicationTemplatefinal Scriptscript()Required - The associated mustache template.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupSearchApplicationTemplateDeserializer(ObjectDeserializer<SearchApplicationTemplate.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSearchApplicationTemplate
-
-
Method Details
-
of
public static SearchApplicationTemplate of(Function<SearchApplicationTemplate.Builder, ObjectBuilder<SearchApplicationTemplate>> fn) -
script
Required - The associated mustache template.API name:
script -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSearchApplicationTemplateDeserializer
protected static void setupSearchApplicationTemplateDeserializer(ObjectDeserializer<SearchApplicationTemplate.Builder> op)
-