Uses of Class
io.tarantool.driver.mappers.MessagePackObjectMapperException
-
Packages that use MessagePackObjectMapperException Package Description io.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of MessagePackObjectMapperException in io.tarantool.driver.mappers
Methods in io.tarantool.driver.mappers that throw MessagePackObjectMapperException Modifier and Type Method Description <V extends org.msgpack.value.Value,O>
VMessagePackObjectMapper. toValue(O o)
Create MessagePack entity representation for an object.
-