public class ArrayValueToTarantoolResultMapperFactory<T> extends TarantoolResultMapperFactory<T>
TarantoolResultMapper instances used for handling results with tuples of any type| Constructor and Description |
|---|
ArrayValueToTarantoolResultMapperFactory()
Basic constructor
|
ArrayValueToTarantoolResultMapperFactory(MessagePackMapper messagePackMapper)
Basic constructor with mapper
|
| Modifier and Type | Method and Description |
|---|---|
TarantoolResultMapper<T> |
withArrayValueToTarantoolResultConverter(MessagePackValueMapper valueMapper,
ValueConverter<org.msgpack.value.ArrayValue,T> valueConverter)
Get converter for tuples in
TarantoolResult |
TarantoolResultMapper<T> |
withArrayValueToTarantoolResultConverter(ValueConverter<org.msgpack.value.ArrayValue,T> valueConverter)
Get converter for tuples in
TarantoolResult |
createMapper, createMapper, createMapper, createMapperwithConverter, withConverter, withConverter, withConverter, withConverters, withConverters, withConverterWithoutTargetClass, withConverterWithoutTargetClasspublic ArrayValueToTarantoolResultMapperFactory()
public ArrayValueToTarantoolResultMapperFactory(MessagePackMapper messagePackMapper)
messagePackMapper - MessagePack-to-object mapper for tuple contentspublic TarantoolResultMapper<T> withArrayValueToTarantoolResultConverter(ValueConverter<org.msgpack.value.ArrayValue,T> valueConverter)
TarantoolResultvalueConverter - MessagePack-to-entity converter for tuplespublic TarantoolResultMapper<T> withArrayValueToTarantoolResultConverter(MessagePackValueMapper valueMapper, ValueConverter<org.msgpack.value.ArrayValue,T> valueConverter)
TarantoolResultvalueMapper - MessagePack-to-object mapper for tuple contentsvalueConverter - MessagePack-to-entity converter for tuplesCopyright © 2025 Picodata. All rights reserved.