public class DefaultFloatValueToFloatConverter extends Object implements ValueConverter<org.msgpack.value.FloatValue,Float>
FloatValue to Float converter| Constructor and Description |
|---|
DefaultFloatValueToFloatConverter() |
| 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.
|
Float |
fromValue(org.msgpack.value.FloatValue value)
Convert MessagePack entity to a Java object
|
public Float fromValue(org.msgpack.value.FloatValue value)
ValueConverterfromValue in interface ValueConverter<org.msgpack.value.FloatValue,Float>value - entitypublic boolean canConvertValue(org.msgpack.value.FloatValue value)
ValueConvertercanConvertValue in interface ValueConverter<org.msgpack.value.FloatValue,Float>value - MessagePack entity to be convertedCopyright © 2025 Picodata. All rights reserved.