Uses of Class
io.tarantool.driver.mappers.DefaultMessagePackMapper
-
Packages that use DefaultMessagePackMapper Package Description io.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of DefaultMessagePackMapper in io.tarantool.driver.mappers
Methods in io.tarantool.driver.mappers that return DefaultMessagePackMapper Modifier and Type Method Description DefaultMessagePackMapper
DefaultMessagePackMapper.Builder. build()
DefaultMessagePackMapper
DefaultMessagePackMapperFactory. copyOf(DefaultMessagePackMapper mapper)
Get modification-safe instance of the given mapper (shallow copy).DefaultMessagePackMapper
DefaultMessagePackMapperFactory. defaultComplexTypesMapper()
Get modification-safe instance of the mapper.DefaultMessagePackMapper
DefaultMessagePackMapperFactory. defaultSimpleTypeMapper()
Get modification-safe instance of the mapper.DefaultMessagePackMapper
DefaultMessagePackMapperFactory. emptyMapper()
Get new empty mapper.Methods in io.tarantool.driver.mappers with parameters of type DefaultMessagePackMapper Modifier and Type Method Description DefaultMessagePackMapper
DefaultMessagePackMapperFactory. copyOf(DefaultMessagePackMapper mapper)
Get modification-safe instance of the given mapper (shallow copy).Constructors in io.tarantool.driver.mappers with parameters of type DefaultMessagePackMapper Constructor Description Builder(DefaultMessagePackMapper mapper)
Basic constructor, initialized with the specified mapperDefaultMessagePackMapper(DefaultMessagePackMapper mapper)
Copying constructor
-