public class DefaultArrayValueToListConverter extends Object implements ValueConverter<org.msgpack.value.ArrayValue,List<?>>
ArrayValue
to List
converterConstructor and Description |
---|
DefaultArrayValueToListConverter(MessagePackValueMapper mapper) |
Modifier and Type | Method and Description |
---|---|
List<?> |
fromValue(org.msgpack.value.ArrayValue values)
Convert MessagePack entity to a Java object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canConvertValue
public DefaultArrayValueToListConverter(MessagePackValueMapper mapper)
public List<?> fromValue(org.msgpack.value.ArrayValue values)
ValueConverter
fromValue
in interface ValueConverter<org.msgpack.value.ArrayValue,List<?>>
values
- entityCopyright © 2025 Picodata. All rights reserved.