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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.context.properties.bind.BindHandlerapply(org.springframework.boot.context.properties.bind.BindHandler bindHandler) booleanboolean
-
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:
applyin interfaceorg.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
-