Uses of Class
io.tarantool.driver.mappers.SingleValueResultMapperFactory
-
Packages that use SingleValueResultMapperFactory Package Description io.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of SingleValueResultMapperFactory in io.tarantool.driver.mappers
Subclasses of SingleValueResultMapperFactory in io.tarantool.driver.mappers Modifier and Type Class Description classSingleValueTarantoolResultMapperFactory<T>Factory forCallResultMapperinstances used for handling Lua call results resulting in lists of tuplesclassTarantoolTupleSingleResultMapperFactoryFactory forCallResultMapperinstances used for handling results withTarantoolTuplesMethods in io.tarantool.driver.mappers that return SingleValueResultMapperFactory Modifier and Type Method Description <T> SingleValueResultMapperFactory<T>DefaultResultMapperFactoryFactory. singleValueResultMapperFactory()<T> SingleValueResultMapperFactory<T>ResultMapperFactoryFactory. singleValueResultMapperFactory()Create a factory for mapping stored function call results toSingleValueCallResult
-