Java org.springframework.amqp.support.converter DefaultClassMapper fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

Constructor

Method

voidsetDefaultType(Class defaultType)
The type returned by #toClass(MessageProperties) if no type information is found in the message properties.
voidsetIdClassMapping(Map> idClassMapping)
Set a map of type Ids (in the #DEFAULT_CLASSID_FIELD_NAME header) to classes.