Uses of Interface
io.tarantool.driver.mappers.ResultMapperFactoryFactory
-
Packages that use ResultMapperFactoryFactory Package Description io.tarantool.driver.api Contains interfaces and classes essential for end-user driver APIio.tarantool.driver.core Driver core classesio.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of ResultMapperFactoryFactory in io.tarantool.driver.api
Methods in io.tarantool.driver.api that return ResultMapperFactoryFactory Modifier and Type Method Description ResultMapperFactoryFactory
TarantoolCallOperations. getResultMapperFactoryFactory()
Get the default factory for result mapper factory instances -
Uses of ResultMapperFactoryFactory in io.tarantool.driver.core
Methods in io.tarantool.driver.core that return ResultMapperFactoryFactory Modifier and Type Method Description ResultMapperFactoryFactory
AbstractTarantoolClient. getResultMapperFactoryFactory()
ResultMapperFactoryFactory
ProxyTarantoolClient. getResultMapperFactoryFactory()
ResultMapperFactoryFactory
RetryingTarantoolClient. getResultMapperFactoryFactory()
-
Uses of ResultMapperFactoryFactory in io.tarantool.driver.mappers
Classes in io.tarantool.driver.mappers that implement ResultMapperFactoryFactory Modifier and Type Class Description class
DefaultResultMapperFactoryFactory
Manages instantiation of the operation result factories
-