public class DefaultIntegerValueToLongConverter extends Object implements ValueConverter<org.msgpack.value.IntegerValue,Long>
IntegerValue
to Long
converterConstructor 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, wait
canConvertValue
public Long fromValue(org.msgpack.value.IntegerValue value)
ValueConverter
fromValue
in interface ValueConverter<org.msgpack.value.IntegerValue,Long>
value
- entityCopyright © 2025 Picodata. All rights reserved.