Class GetMappingResponse
- java.lang.Object
-
- org.opensearch.client.transport.endpoints.DictionaryResponse<java.lang.String,IndexMappingRecord>
-
- org.opensearch.client.opensearch.indices.GetMappingResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetMappingResponse extends DictionaryResponse<java.lang.String,IndexMappingRecord>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetMappingResponse.BuilderBuilder forGetMappingResponse.-
Nested classes/interfaces inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT extends DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetMappingResponse>_DESERIALIZERJson deserializer forGetMappingResponse
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetMappingResponseof(java.util.function.Function<GetMappingResponse.Builder,ObjectBuilder<GetMappingResponse>> fn)protected static voidsetupGetMappingResponseDeserializer(ObjectDeserializer<GetMappingResponse.Builder> op)-
Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
get, result, serialize, serializeInternal, setupDictionaryResponseDeserializer
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GetMappingResponse> _DESERIALIZER
Json deserializer forGetMappingResponse
-
-
Method Detail
-
of
public static GetMappingResponse of(java.util.function.Function<GetMappingResponse.Builder,ObjectBuilder<GetMappingResponse>> fn)
-
setupGetMappingResponseDeserializer
protected static void setupGetMappingResponseDeserializer(ObjectDeserializer<GetMappingResponse.Builder> op)
-
-