Skip to content

Commit

Permalink
Remove MessagePackValueMapper also in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtDu committed May 31, 2023
1 parent e81b336 commit b368c3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ Builder withArrayValueToTarantoolTupleResultConverter(
Builder withRowsMetadataToTarantoolTupleResultConverter(
MessagePackMapper messagePackMapper);

MessagePackValueMapper buildCallResultMapper();
CallResultMapper buildCallResultMapper();

MessagePackValueMapper buildCallResultMapper(MessagePackMapper valueMapper);
CallResultMapper buildCallResultMapper(MessagePackMapper valueMapper);

<T> CallResultMapper<T, SingleValueCallResult<T>>
buildSingleValueResultMapper(MessagePackValueMapper valueMapper, Class<T> classResult);
Expand Down

0 comments on commit b368c3a

Please sign in to comment.