Class BindingHandlerAdvise
java.lang.Object
org.springframework.cloud.stream.config.BindingHandlerAdvise
- All Implemented Interfaces:
org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
public class BindingHandlerAdvise
extends Object
implements org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
- Since:
- 2.1
- Author:
- Oleg Zhurakousky
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Provides mappings including the default mappings. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.context.properties.bind.BindHandler
apply
(org.springframework.boot.context.properties.bind.BindHandler bindHandler)
-
Method Details
-
apply
public org.springframework.boot.context.properties.bind.BindHandler apply(org.springframework.boot.context.properties.bind.BindHandler bindHandler) - Specified by:
apply
in interfaceorg.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
-