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 DefaultMessagePackMapperDefaultMessagePackMapper.Builder. build()DefaultMessagePackMapperDefaultMessagePackMapperFactory. copyOf(DefaultMessagePackMapper mapper)Get modification-safe instance of the given mapper (shallow copy).DefaultMessagePackMapperDefaultMessagePackMapperFactory. defaultComplexTypesMapper()Get modification-safe instance of the mapper.DefaultMessagePackMapperDefaultMessagePackMapperFactory. defaultSimpleTypeMapper()Get modification-safe instance of the mapper.DefaultMessagePackMapperDefaultMessagePackMapperFactory. emptyMapper()Get new empty mapper.Methods in io.tarantool.driver.mappers with parameters of type DefaultMessagePackMapper Modifier and Type Method Description DefaultMessagePackMapperDefaultMessagePackMapperFactory. 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
-