Uses of Interface
org.rostore.client.mapper.Mapper
Packages that use Mapper
Package
Description
RoStore java client classes
Serializer/Deserializer used in the client.
-
Uses of Mapper in org.rostore.client
Methods in org.rostore.client with parameters of type MapperModifier and TypeMethodDescription<K> MappedContainer<K> RoStoreClient.getMappedContainer(String name, Mapper mapper) Creates a new light-weight object that represents access to the container.<K> MappedContainer<K> RoStoreClient.getMappedContainer(String name, Mapper mapper, KeySerializer<K> keySerializer) Creates a new light-weight object that represents access to the container.Constructors in org.rostore.client with parameters of type MapperModifierConstructorDescriptionprotectedMappedContainer(RoStoreClient roStoreClient, String name, Mapper mapper, KeySerializer<K> keySerializer) -
Uses of Mapper in org.rostore.client.mapper
Classes in org.rostore.client.mapper that implement MapperModifier and TypeClassDescriptionclassThis one uses theObjectMapperto serialize / deserialize the content of the storeclassThis one uses the native serializer of the ro-storeclassThis one can only work with the keys of typeString.