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 classAbstractResultMapperFactory<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 classCallResultMapper<T,R extends CallResult<T>>Special tuple mapper for API function call results.classDefaultMultiValueResultMapper<T,R extends List<T>>Default mapper forMultiValueCallResultwith content types supported by the given value mapperclassDefaultSingleValueResultMapper<T>Default mapper forSingleValueCallResultwith content types supported by the given value mapperclassTarantoolResultMapper<T>Mapper from array of MessagePack tuples toTarantoolResult
-