V - the source MessagePack entity typeO - the target object typepublic interface ValueConverter<V extends org.msgpack.value.Value,O> extends Converter
| Modifier and Type | Method and Description |
|---|---|
default boolean |
canConvertValue(V value)
Optional method for determining if this specific entity can be converted to the specified object type.
|
O |
fromValue(V value)
Convert MessagePack entity to a Java object
|
O fromValue(V value)
value - entitydefault boolean canConvertValue(V value)
value - MessagePack entity to be convertedCopyright © 2025 Picodata. All rights reserved.