Package | Description |
---|---|
io.picodata.driver.mappers |
Contains converters and mappers that map Java object and MessagePack
|
Modifier and Type | Method and Description |
---|---|
<V extends org.msgpack.value.Value,O> |
MessagePackValueMapper.fromValue(V v)
Create Java object out of its MessagePack representation.
|
<V extends org.msgpack.value.Value,O> |
AbstractResultMapper.fromValue(V v) |
<V extends org.msgpack.value.Value,O> |
MessagePackValueMapper.fromValue(V v,
Class<O> targetClass)
Create Java object out of its MessagePack representation.
|
<V extends org.msgpack.value.Value,O> |
AbstractResultMapper.fromValue(V v,
Class<O> targetClass) |
Copyright © 2025 Picodata. All rights reserved.