public class ArrayValueToTarantoolResultMapperFactory<T> extends TarantoolResultMapperFactory<T>
TarantoolResultMapper
instances used for handling results with tuples of any typeConstructor 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, createMapper
withConverter, withConverter, withConverter, withConverter, withConverters, withConverters, withConverterWithoutTargetClass, withConverterWithoutTargetClass
public ArrayValueToTarantoolResultMapperFactory()
public ArrayValueToTarantoolResultMapperFactory(MessagePackMapper messagePackMapper)
messagePackMapper
- MessagePack-to-object mapper for tuple contentspublic TarantoolResultMapper<T> withArrayValueToTarantoolResultConverter(ValueConverter<org.msgpack.value.ArrayValue,T> valueConverter)
TarantoolResult
valueConverter
- MessagePack-to-entity converter for tuplespublic TarantoolResultMapper<T> withArrayValueToTarantoolResultConverter(MessagePackValueMapper valueMapper, ValueConverter<org.msgpack.value.ArrayValue,T> valueConverter)
TarantoolResult
valueMapper
- MessagePack-to-object mapper for tuple contentsvalueConverter
- MessagePack-to-entity converter for tuplesCopyright © 2025 Picodata. All rights reserved.