提交 2a790ad2 编写于 作者: A Arjen Poutsma

Javadoc

上级 cbd5ddbb
......@@ -58,8 +58,9 @@ public class MarshallingMessageConverter implements MessageConverter, Initializi
private MessageType targetType = MessageType.BYTES;
/**
* Construct a new <code>MarshallingMessageConverter</code> with no {@link Marshaller} set.
* The marshaller must be set after construction by invoking {@link #setMarshaller(Marshaller)}.
* Construct a new <code>MarshallingMessageConverter</code> with no {@link Marshaller} or {@link Unmarshaller} set.
* The marshaller must be set after construction by invoking {@link #setMarshaller(Marshaller)} and
* {@link #setUnmarshaller(Unmarshaller)} .
*/
public MarshallingMessageConverter() {
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册