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
ConstructorsConstructorDescriptionAppConfigConfigDataLoader(org.springframework.boot.logging.DeferredLogFactory logFactory) -
Method Summary
Modifier and TypeMethodDescription@Nullable org.springframework.boot.context.config.ConfigDataload(org.springframework.boot.context.config.ConfigDataLoaderContext context, AppConfigDataResource resource) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
loadin interfaceorg.springframework.boot.context.config.ConfigDataLoader<AppConfigDataResource>
-