Class EncodingDecodingBindAdviceHandler

java.lang.Object
org.springframework.cloud.stream.binder.kafka.streams.EncodingDecodingBindAdviceHandler
All Implemented Interfaces:
org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor

public class EncodingDecodingBindAdviceHandler extends Object implements org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
ConfigurationPropertiesBindHandlerAdvisor to detect nativeEncoding/Decoding settings provided by the application explicitly.
Since:
3.0.0
Author:
Soby Chacko
  • Constructor Details

    • EncodingDecodingBindAdviceHandler

      public EncodingDecodingBindAdviceHandler()
  • Method Details

    • isDecodingSettingProvided

      public boolean isDecodingSettingProvided()
    • isEncodingSettingProvided

      public boolean isEncodingSettingProvided()
    • apply

      public org.springframework.boot.context.properties.bind.BindHandler apply(org.springframework.boot.context.properties.bind.BindHandler bindHandler)
      Specified by:
      apply in interface org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor