Uses of Interface
io.dialob.client.spi.store.DialobStoreConfig.Deserializer
-
Packages that use DialobStoreConfig.Deserializer Package Description io.dialob.client.spi.store -
-
Uses of DialobStoreConfig.Deserializer in io.dialob.client.spi.store
Classes in io.dialob.client.spi.store that implement DialobStoreConfig.Deserializer Modifier and Type Class Description classBlobDeserializerMethods in io.dialob.client.spi.store that return DialobStoreConfig.Deserializer Modifier and Type Method Description DialobStoreConfig.DeserializerDialobStoreConfig. getDeserializer()DialobStoreConfig.DeserializerImmutableDialobStoreConfig. getDeserializer()Methods in io.dialob.client.spi.store with parameters of type DialobStoreConfig.Deserializer Modifier and Type Method Description ImmutableDialobStoreConfig.BuilderImmutableDialobStoreConfig.Builder. deserializer(DialobStoreConfig.Deserializer deserializer)Initializes the value for thedeserializerattribute.ImmutableDialobStoreConfigImmutableDialobStoreConfig. withDeserializer(DialobStoreConfig.Deserializer value)Copy the current immutable object by setting a value for thedeserializerattribute.
-