Uses of Class
io.tarantool.driver.mappers.MultiValueResultMapperFactory
-
Packages that use MultiValueResultMapperFactory Package Description io.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of MultiValueResultMapperFactory in io.tarantool.driver.mappers
Subclasses of MultiValueResultMapperFactory in io.tarantool.driver.mappers Modifier and Type Class Description classMultiValueTarantoolResultMapperFactory<T>Factory forCallResultMapperinstances used for handling Lua call multi-return result items as list of tuplesclassTarantoolTupleMultiResultMapperFactoryFactory forCallResultMapperinstances used for handling results withTarantoolTuples as multi-return result itemsMethods in io.tarantool.driver.mappers that return MultiValueResultMapperFactory Modifier and Type Method Description <T,R extends List<T>>
MultiValueResultMapperFactory<T,R>DefaultResultMapperFactoryFactory. multiValueResultMapperFactory()<T,R extends List<T>>
MultiValueResultMapperFactory<T,R>ResultMapperFactoryFactory. multiValueResultMapperFactory()Create a factory for mapping stored function call results toMultiValueCallResult
-