public class ArrayValueToMultiValueListConverter<T,R extends List<T>,V extends org.msgpack.value.Value> extends Object implements ValueConverter<org.msgpack.value.ArrayValue,R>
ArrayValue to List converter for given item type| Constructor and Description |
|---|
ArrayValueToMultiValueListConverter(ValueConverter<V,T> valueConverter,
Supplier<R> containerSupplier)
Basic constructor
|
| Modifier and Type | Method and Description |
|---|---|
R |
fromValue(org.msgpack.value.ArrayValue value)
Convert MessagePack entity to a Java object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanConvertValuepublic ArrayValueToMultiValueListConverter(ValueConverter<V,T> valueConverter, Supplier<R> containerSupplier)
valueConverter - converter for result itemscontainerSupplier - supplier for an empty collection of the result typepublic R fromValue(org.msgpack.value.ArrayValue value)
ValueConverterfromValue in interface ValueConverter<org.msgpack.value.ArrayValue,R extends List<T>>value - entityCopyright © 2025 Picodata. All rights reserved.