Class ParameterManagerConfigDataLoader
java.lang.Object
com.google.cloud.spring.autoconfigure.parametermanager.ParameterManagerConfigDataLoader
- All Implemented Interfaces:
org.springframework.boot.context.config.ConfigDataLoader<ParameterManagerConfigDataResource>
public class ParameterManagerConfigDataLoader
extends Object
implements org.springframework.boot.context.config.ConfigDataLoader<ParameterManagerConfigDataResource>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.context.config.ConfigData
load
(org.springframework.boot.context.config.ConfigDataLoaderContext context, ParameterManagerConfigDataResource resource) Methods inherited from class java.lang.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
-
ParameterManagerConfigDataLoader
public ParameterManagerConfigDataLoader()
-
-
Method Details
-
load
public org.springframework.boot.context.config.ConfigData load(org.springframework.boot.context.config.ConfigDataLoaderContext context, ParameterManagerConfigDataResource resource) throws IOException, org.springframework.boot.context.config.ConfigDataResourceNotFoundException - Specified by:
load
in interfaceorg.springframework.boot.context.config.ConfigDataLoader<ParameterManagerConfigDataResource>
- Throws:
IOException
org.springframework.boot.context.config.ConfigDataResourceNotFoundException
-