public class DefaultFloatValueToLongConverter extends Object implements ValueConverter<org.msgpack.value.FloatValue,Long>
FloatValue to Long converter| Constructor and Description |
|---|
DefaultFloatValueToLongConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvertValue(org.msgpack.value.FloatValue value)
Optional method for determining if this specific entity can be converted to the specified object type.
|
Long |
fromValue(org.msgpack.value.FloatValue value)
Convert MessagePack entity to a Java object
|
public Long fromValue(org.msgpack.value.FloatValue value)
ValueConverterfromValue in interface ValueConverter<org.msgpack.value.FloatValue,Long>value - entitypublic boolean canConvertValue(org.msgpack.value.FloatValue value)
ValueConvertercanConvertValue in interface ValueConverter<org.msgpack.value.FloatValue,Long>value - MessagePack entity to be convertedCopyright © 2025 Picodata. All rights reserved.