Class DefaultsBindHandlerAdvisor

java.lang.Object
org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor
All Implemented Interfaces:
org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor

public class DefaultsBindHandlerAdvisor extends Object implements org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
Since:
3.1.0
Author:
Oleg Zhurakousky
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    Provides mappings including the default mappings.
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultsBindHandlerAdvisor(Map<org.springframework.boot.context.properties.source.ConfigurationPropertyName,org.springframework.boot.context.properties.source.ConfigurationPropertyName> additionalMappings)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.context.properties.bind.BindHandler
    apply(org.springframework.boot.context.properties.bind.BindHandler bindHandler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultsBindHandlerAdvisor

      public DefaultsBindHandlerAdvisor(Map<org.springframework.boot.context.properties.source.ConfigurationPropertyName,org.springframework.boot.context.properties.source.ConfigurationPropertyName> additionalMappings)
  • Method Details

    • 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