public class SecretManagerConfigDataLocationResolver extends Object implements org.springframework.boot.context.config.ConfigDataLocationResolver<SecretManagerConfigDataResource>
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX
ConfigData Prefix for Google Cloud Secret Manager.
|
Constructor and Description |
---|
SecretManagerConfigDataLocationResolver() |
Modifier and Type | Method and Description |
---|---|
boolean |
isResolvable(org.springframework.boot.context.config.ConfigDataLocationResolverContext context,
org.springframework.boot.context.config.ConfigDataLocation location) |
List<SecretManagerConfigDataResource> |
resolve(org.springframework.boot.context.config.ConfigDataLocationResolverContext context,
org.springframework.boot.context.config.ConfigDataLocation location) |
public static final String PREFIX
public SecretManagerConfigDataLocationResolver()
public boolean isResolvable(org.springframework.boot.context.config.ConfigDataLocationResolverContext context, org.springframework.boot.context.config.ConfigDataLocation location)
isResolvable
in interface org.springframework.boot.context.config.ConfigDataLocationResolver<SecretManagerConfigDataResource>
public List<SecretManagerConfigDataResource> resolve(org.springframework.boot.context.config.ConfigDataLocationResolverContext context, org.springframework.boot.context.config.ConfigDataLocation location) throws org.springframework.boot.context.config.ConfigDataLocationNotFoundException, org.springframework.boot.context.config.ConfigDataResourceNotFoundException
resolve
in interface org.springframework.boot.context.config.ConfigDataLocationResolver<SecretManagerConfigDataResource>
org.springframework.boot.context.config.ConfigDataLocationNotFoundException
org.springframework.boot.context.config.ConfigDataResourceNotFoundException
Copyright © 2023. All rights reserved.