java.lang.Object
org.springframework.integration.mongodb.support.MessageToBinaryConverter
 
- All Implemented Interfaces:
- Converter<Message<?>,org.bson.types.Binary>
@WritingConverter
public class MessageToBinaryConverter
extends Object
implements Converter<Message<?>,org.bson.types.Binary> 
- Since:
- 5.0
- Author:
- Artem Bilan
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.core.convert.converter.ConverterandThen
 
- 
Constructor Details
- 
MessageToBinaryConverterpublic MessageToBinaryConverter() 
 
-