Class ShardStoreWrapper
java.lang.Object
co.elastic.clients.elasticsearch.indices.shard_stores.ShardStoreWrapper
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ShardStoreWrapper>Json deserializer forShardStoreWrapper -
Method Summary
Modifier and TypeMethodDescriptionstatic ShardStoreWrappervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal List<ShardStore>stores()Required - API name:storestoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forShardStoreWrapper
-
-
Method Details
-
of
public static ShardStoreWrapper of(Function<ShardStoreWrapper.Builder, ObjectBuilder<ShardStoreWrapper>> fn) -
stores
Required - API name:stores -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupShardStoreWrapperDeserializer
protected static void setupShardStoreWrapperDeserializer(ObjectDeserializer<ShardStoreWrapper.Builder> op)
-