Uses of Class
io.tarantool.driver.mappers.TupleResultMapperFactory
-
Packages that use TupleResultMapperFactory Package Description io.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of TupleResultMapperFactory in io.tarantool.driver.mappers
Subclasses of TupleResultMapperFactory in io.tarantool.driver.mappers Modifier and Type Class Description classTarantoolTupleResultMapperFactoryFactory forTarantoolResultMapperinstances used for handling results withTarantoolTuplesMethods in io.tarantool.driver.mappers that return TupleResultMapperFactory Modifier and Type Method Description <T> TupleResultMapperFactory<T>DefaultResultMapperFactoryFactory. tupleResultMapperFactory()<T> TupleResultMapperFactory<T>ResultMapperFactoryFactory. tupleResultMapperFactory()Create a factory for mapping Tarantool server protocol result to a list of tuples asTarantoolResult
-