Uses of Class
io.tarantool.driver.mappers.MessagePackValueMapperException
-
Packages that use MessagePackValueMapperException Package Description io.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of MessagePackValueMapperException in io.tarantool.driver.mappers
Methods in io.tarantool.driver.mappers that throw MessagePackValueMapperException Modifier and Type Method Description <V extends org.msgpack.value.Value,O>
OAbstractResultMapper. fromValue(V v)
<V extends org.msgpack.value.Value,O>
OAbstractResultMapper. fromValue(V v, Class<O> targetClass)
<V extends org.msgpack.value.Value,O>
OMessagePackValueMapper. fromValue(V v)
Create Java object out of its MessagePack representation.<V extends org.msgpack.value.Value,O>
OMessagePackValueMapper. fromValue(V v, Class<O> targetClass)
Create Java object out of its MessagePack representation.
-