Class BindingDescriptor

    • Field Detail

      • encoderBeanId

        @Nullable
        private String encoderBeanId
        Spring bean ID of message encoder.
    • Constructor Detail

      • BindingDescriptor

        public BindingDescriptor()
    • Method Detail

      • getEncoderBeanId

        @Nullable
        public String getEncoderBeanId()
        Get the Spring bean ID of the binding's MessageEncoder.
        Returns:
        bean ID of message encoder
      • setEncoderBeanId

        public void setEncoderBeanId​(@Nullable
                                     String id)
        Set the Spring bean ID of the binding's MessageEncoder.
        Parameters:
        id - bean ID of message encoder