Package io.tarantool.driver.mappers
Interface MessagePackMapper
-
- All Superinterfaces:
MessagePackObjectMapper
,MessagePackValueMapper
,Serializable
- All Known Implementing Classes:
DefaultMessagePackMapper
public interface MessagePackMapper extends MessagePackObjectMapper, MessagePackValueMapper, Serializable
Combines both ObjectMapper and ValueMapper interfaces
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessagePackMapper
copy()
Makes a shallow copy of this mapper instance-
Methods inherited from interface io.tarantool.driver.mappers.MessagePackObjectMapper
getObjectConverter, registerObjectConverter, toValue
-
Methods inherited from interface io.tarantool.driver.mappers.MessagePackValueMapper
fromValue, fromValue, getValueConverter, registerValueConverter
-
-
-
-
Method Detail
-
copy
MessagePackMapper copy()
Makes a shallow copy of this mapper instance- Returns:
- new mapper instance
-
-