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