Class VaultBootstrapper
- java.lang.Object
-
- org.springframework.cloud.vault.config.VaultBootstrapper
-
public abstract class VaultBootstrapper extends Object
Utility to customize Bootstrapping of Vault when using the ConfigData API when importingvault://.- Since:
- 3.0
- Author:
- Mark Paluch
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.boot.BootstrapRegistryInitializerfromConfigurer(VaultConfigurer configurer)Create aBootstrapRegistryInitializerthat configures aVaultConfigurer.
-
-
-
Method Detail
-
fromConfigurer
public static org.springframework.boot.BootstrapRegistryInitializer fromConfigurer(VaultConfigurer configurer)
Create aBootstrapRegistryInitializerthat configures aVaultConfigurer.- Parameters:
configurer- the configurer to apply.- Returns:
- the bootstrapper object.
-
-