Class GetTemplateResponse
java.lang.Object
co.elastic.clients.transport.endpoints.DictionaryResponse<java.lang.String,TemplateMapping>
co.elastic.clients.elasticsearch.indices.GetTemplateResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetTemplateResponse extends DictionaryResponse<java.lang.String,TemplateMapping>
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetTemplateResponse.BuilderBuilder forGetTemplateResponse.Nested classes/interfaces inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT extends DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetTemplateResponse>_DESERIALIZERJson deserializer forGetTemplateResponse -
Method Summary
Modifier and Type Method Description static GetTemplateResponseof(java.util.function.Function<GetTemplateResponse.Builder,ObjectBuilder<GetTemplateResponse>> fn)protected static voidsetupGetTemplateResponseDeserializer(ObjectDeserializer<GetTemplateResponse.Builder> op)Methods inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse
get, result, serialize, serializeInternal, setupDictionaryResponseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGetTemplateResponse
-
-
Method Details
-
of
public static GetTemplateResponse of(java.util.function.Function<GetTemplateResponse.Builder,ObjectBuilder<GetTemplateResponse>> fn) -
setupGetTemplateResponseDeserializer
protected static void setupGetTemplateResponseDeserializer(ObjectDeserializer<GetTemplateResponse.Builder> op)
-