Interface DefaultsBindHandlerAdvisor.MappingsProvider

  • Enclosing class:
    DefaultsBindHandlerAdvisor

    public static interface DefaultsBindHandlerAdvisor.MappingsProvider
    Provides mappings including the default mappings.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Map<org.springframework.boot.context.properties.source.ConfigurationPropertyName,​org.springframework.boot.context.properties.source.ConfigurationPropertyName> getDefaultMappings()  
    • Method Detail

      • getDefaultMappings

        Map<org.springframework.boot.context.properties.source.ConfigurationPropertyName,​org.springframework.boot.context.properties.source.ConfigurationPropertyName> getDefaultMappings()