Class ConfigServerBootstrapper.LoadContext
- java.lang.Object
-
- org.springframework.cloud.config.client.ConfigServerBootstrapper.LoadContext
-
- Enclosing class:
- ConfigServerBootstrapper
public static class ConfigServerBootstrapper.LoadContext extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.context.properties.bind.BindergetBinder()ConfigServerBootstrapper.LoaderInvocationgetInvocation()org.springframework.boot.context.config.ConfigDataLoaderContextgetLoaderContext()ConfigServerConfigDataResourcegetResource()
-
-
-
Method Detail
-
getLoaderContext
public org.springframework.boot.context.config.ConfigDataLoaderContext getLoaderContext()
-
getResource
public ConfigServerConfigDataResource getResource()
-
getBinder
public org.springframework.boot.context.properties.bind.Binder getBinder()
-
getInvocation
public ConfigServerBootstrapper.LoaderInvocation getInvocation()
-
-