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 SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SearchApplicationTemplate>Json deserializer forSearchApplicationTemplate
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forSearchApplicationTemplate
 
- 
- 
Method Details- 
ofpublic static SearchApplicationTemplate of(Function<SearchApplicationTemplate.Builder, ObjectBuilder<SearchApplicationTemplate>> fn) 
- 
scriptRequired - The associated mustache template.API name: script
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupSearchApplicationTemplateDeserializerprotected static void setupSearchApplicationTemplateDeserializer(ObjectDeserializer<SearchApplicationTemplate.Builder> op) 
 
-