Uses of Class
io.tarantool.driver.mappers.AbstractResultMapper
-
Packages that use AbstractResultMapper Package Description io.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of AbstractResultMapper in io.tarantool.driver.mappers
Classes in io.tarantool.driver.mappers with type parameters of type AbstractResultMapper Modifier and Type Class Description class
AbstractResultMapperFactory<O,T extends AbstractResultMapper<? extends O>>
Base class for result mapper factories.Subclasses of AbstractResultMapper in io.tarantool.driver.mappers Modifier and Type Class Description class
CallResultMapper<T,R extends CallResult<T>>
Special tuple mapper for API function call results.class
DefaultMultiValueResultMapper<T,R extends List<T>>
Default mapper forMultiValueCallResult
with content types supported by the given value mapperclass
DefaultSingleValueResultMapper<T>
Default mapper forSingleValueCallResult
with content types supported by the given value mapperclass
TarantoolResultMapper<T>
Mapper from array of MessagePack tuples toTarantoolResult
-