Interface ClassMapper
-
- All Known Subinterfaces:
Jackson2JavaTypeMapper
- All Known Implementing Classes:
DefaultClassMapper,DefaultJackson2JavaTypeMapper
public interface ClassMapperStrategy 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 voidfromClass(java.lang.Class<?> clazz, MessageProperties properties)java.lang.Class<?>toClass(MessageProperties properties)
-
-
-
Method Detail
-
fromClass
void fromClass(java.lang.Class<?> clazz, MessageProperties properties)
-
toClass
java.lang.Class<?> toClass(MessageProperties properties)
-
-