Class MessagingMessageListenerAdapter.MessagingMessageConverterAdapter

java.lang.Object
org.springframework.amqp.support.converter.MessagingMessageConverter
org.springframework.amqp.rabbit.listener.adapter.MessagingMessageListenerAdapter.MessagingMessageConverterAdapter
All Implemented Interfaces:
org.springframework.amqp.support.converter.MessageConverter, org.springframework.beans.factory.InitializingBean
Enclosing class:
MessagingMessageListenerAdapter

protected final class MessagingMessageListenerAdapter.MessagingMessageConverterAdapter extends org.springframework.amqp.support.converter.MessagingMessageConverter
Delegates payload extraction to AbstractAdaptableMessageListener.extractMessage(org.springframework.amqp.core.Message message) to enforce backward compatibility. Uses this listener adapter's converter instead of the one configured in the converter adapter. If the inbound message has no type information and the configured message converter supports it, we attempt to infer the conversion type from the method signature.
  • Method Details

    • isMessageList

      protected boolean isMessageList()
    • isAmqpMessageList

      protected boolean isAmqpMessageList()
    • getMethod

      protected Method getMethod()
    • extractPayload

      protected Object extractPayload(org.springframework.amqp.core.Message message)
      Overrides:
      extractPayload in class org.springframework.amqp.support.converter.MessagingMessageConverter
    • checkOptional

      protected Type checkOptional(Type genericParameterType)