Class AppConfigConfigDataLoader

java.lang.Object
io.awspring.cloud.autoconfigure.config.appconfig.AppConfigConfigDataLoader
All Implemented Interfaces:
org.springframework.boot.context.config.ConfigDataLoader<AppConfigDataResource>

public class AppConfigConfigDataLoader extends Object implements org.springframework.boot.context.config.ConfigDataLoader<AppConfigDataResource>
Loads config data from AWS AppConfig.
Since:
4.1.0
Author:
Matej Nedic
  • Constructor Summary

    Constructors
    Constructor
    Description
    AppConfigConfigDataLoader(org.springframework.boot.logging.DeferredLogFactory logFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable org.springframework.boot.context.config.ConfigData
    load(org.springframework.boot.context.config.ConfigDataLoaderContext context, AppConfigDataResource resource)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.boot.context.config.ConfigDataLoader

    isLoadable
  • Constructor Details

    • AppConfigConfigDataLoader

      public AppConfigConfigDataLoader(org.springframework.boot.logging.DeferredLogFactory logFactory)
  • Method Details

    • load

      public @Nullable org.springframework.boot.context.config.ConfigData load(org.springframework.boot.context.config.ConfigDataLoaderContext context, AppConfigDataResource resource)
      Specified by:
      load in interface org.springframework.boot.context.config.ConfigDataLoader<AppConfigDataResource>