public class DefaultIntegerToIntegerValueConverter extends Object implements ObjectConverter<Integer,org.msgpack.value.IntegerValue>
Integer to IntegerValue converter| Constructor and Description |
|---|
DefaultIntegerToIntegerValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.msgpack.value.IntegerValue |
toValue(Integer object)
Convert Java object to a MessagePack entity
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanConvertObjectpublic DefaultIntegerToIntegerValueConverter()
public org.msgpack.value.IntegerValue toValue(Integer object)
ObjectConvertertoValue in interface ObjectConverter<Integer,org.msgpack.value.IntegerValue>object - objectCopyright © 2025 Picodata. All rights reserved.