Java org.springframework.messaging.converter StringMessageConverter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.converter StringMessageConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.converter StringMessageConverter.

The text is from its open source code.

Constructor

Method

voidsetSerializedPayloadClass(Class payloadClass)
Configure the preferred serialization class to use (byte[] or String) when converting an Object payload to a Message .