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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.messaging.converter.MessageConverter has the following implementations.
Click this link to see all its implementation.

Method

ObjectfromMessage(Message message, Class targetClass)
Convert the payload of a Message from a serialized form to a typed Object of the specified target class.
ClassgetClass()
Returns the runtime class of this Object .
MessagetoMessage(Object payload, @Nullable MessageHeaders headers)
Create a Message whose payload is the result of converting the given payload Object to serialized form.