Interface ClassMapper
-
- All Known Subinterfaces:
Jackson2JavaTypeMapper
- All Known Implementing Classes:
DefaultClassMapper
,DefaultJackson2JavaTypeMapper
public interface ClassMapper
Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.- Author:
- Mark Pollack, James Carr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fromClass(Class<?> clazz, MessageProperties properties)
Class<?>
toClass(MessageProperties properties)
-
-
-
Method Detail
-
fromClass
void fromClass(Class<?> clazz, MessageProperties properties)
-
toClass
Class<?> toClass(MessageProperties properties)
-
-