public class DefaultIntegerValueToLongConverter extends Object implements ValueConverter<org.msgpack.value.IntegerValue,Long>
IntegerValue to Long converter| Constructor and Description |
|---|
DefaultIntegerValueToLongConverter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
fromValue(org.msgpack.value.IntegerValue value)
Convert MessagePack entity to a Java object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanConvertValuepublic Long fromValue(org.msgpack.value.IntegerValue value)
ValueConverterfromValue in interface ValueConverter<org.msgpack.value.IntegerValue,Long>value - entityCopyright © 2025 Picodata. All rights reserved.