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

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

Introduction

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

The text is from its open source code.

Constructor

CompositeMessageConverter(Collection converters)
Create an instance with the given converters.

Method

ListgetConverters()
Return the underlying list of delegate converters.