Example usage for org.springframework.messaging.converter SmartMessageConverter interface-usage

List of usage examples for org.springframework.messaging.converter SmartMessageConverter interface-usage

Introduction

In this page you can find the example usage for org.springframework.messaging.converter SmartMessageConverter interface-usage.

Usage

From source file org.springframework.messaging.converter.AbstractMessageConverter.java

/**
 * Abstract base class for {@link SmartMessageConverter} implementations including
 * support for common properties and a partial implementation of the conversion methods,
 * mainly to check if the converter supports the conversion based on the payload class
 * and MIME type.
 *