Example usage for org.springframework.messaging.converter AbstractMessageConverter subclass-usage

List of usage examples for org.springframework.messaging.converter AbstractMessageConverter subclass-usage

Introduction

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

Usage

From source file org.springframework.cloud.stream.converter.JsonUnmarshallingConverter.java

/**
 * Message converter providing backwards compatibility for applications using an Java type
 * as input.
 *
 * @author Marius Bogoevici
 */

From source file org.eclipse.hawkbit.event.BusProtoStuffMessageConverter.java

/**
 * A customize message converter for the spring cloud events. The converter is
 * registered for the application/binary+protostuff type.
 *
 */
public class BusProtoStuffMessageConverter extends AbstractMessageConverter {

From source file org.springframework.cloud.stream.converter.TupleJsonMessageConverter.java

/**
 * A {@link org.springframework.messaging.converter.MessageConverter} to convert a
 * {@link Tuple} to a JSON String
 * @author David Turanski
 * @author Ilayaperumal Gopinathan
 * @author Marius Bogoevici

From source file org.springframework.cloud.stream.converter.AbstractFromMessageConverter.java

/**
 * Base class for converters applied via Spring Integration 4.x data type channels.
 *
 * Extend this class to implement {@link org.springframework.messaging.converter.MessageConverter MessageConverters}
 * used with custom Message conversion. Only {@link #fromMessage} is supported.
 * @author David Turanski

From source file org.springframework.cloud.aws.messaging.support.converter.ObjectMessageConverter.java

/**
 * @author Agim Emruli
 */
public class ObjectMessageConverter extends AbstractMessageConverter {

    private static final Logger LOGGER = LoggerFactory.getLogger(ObjectMessageConverter.class);

From source file org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter.java

/**
 * Base class for converters applied via Spring Integration 4.x data type channels.
 *
 * Extend this class to implement {@link org.springframework.messaging.converter.MessageConverter MessageConverters}
 * used with Spring XD Message conversion. Only {@link #fromMessage} is supported.
 *

From source file org.springframework.integration.x.bus.converter.AbstractFromMessageConverter.java

/**
 * Base class for converters applied via Spring Integration 4.x data type channels.
 * 
 * Extend this class to implement {@link MessageConverter}s used with Spring XD Message conversion. Only fromMessage()
 * is supported.
 *