Uses of Class
org.rostore.mapper.MapperProperties
Packages that use MapperProperties
Package
Description
Serializer/Deserializer used in the client.
Binary mapper that allows to serialize/deserialize data specific for the instance of rostore.
Major classes that manage basic access to the ro-store
-
Uses of MapperProperties in org.rostore.client.mapper
Methods in org.rostore.client.mapper that return MapperPropertiesConstructors in org.rostore.client.mapper with parameters of type MapperProperties -
Uses of MapperProperties in org.rostore.mapper
Methods in org.rostore.mapper with parameters of type MapperPropertiesModifier and TypeMethodDescriptionstatic <T> TBinaryMapper.deserialize(MapperProperties mediaProperties, Type type, InputStream inputStream) static <T> TBinaryMapper.deserialize(MapperProperties mapperProperties, Type type, InputStream inputStream, int limit) static <T> voidBinaryMapper.serialize(MapperProperties mediaProperties, T object, OutputStream outputStream) static <T> voidBinaryMapper.serialize(MapperProperties mediaProperties, T object, Type type, OutputStream outputStream) -
Uses of MapperProperties in org.rostore.v2.media
Methods in org.rostore.v2.media that return MapperPropertiesModifier and TypeMethodDescriptionMediaProperties.getMapperProperties()The mapper properties that are calculated based on the storage properties