Java org.springframework.jms.support.converter MappingJackson2MessageConverter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.support.converter MappingJackson2MessageConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.support.converter MappingJackson2MessageConverter.

The text is from its open source code.

Constructor

Method

voidsetObjectMapper(ObjectMapper objectMapper)
Specify the ObjectMapper to use instead of using the default.
voidsetTargetType(MessageType targetType)
Specify whether #toMessage(Object,Session) should marshal to a BytesMessage or a TextMessage .
voidsetTypeIdPropertyName(String typeIdPropertyName)
Specify the name of the JMS message property that carries the type id for the contained object: either a mapped id value or a raw Java class name.