public class SecretManagerPropertySource extends org.springframework.core.env.EnumerablePropertySource<SecretManagerTemplate>
getProperty(java.lang.String)
is called.Constructor and Description |
---|
SecretManagerPropertySource(String propertySourceName,
SecretManagerTemplate secretManagerTemplate,
GcpProjectIdProvider projectIdProvider) |
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String name) |
String[] |
getPropertyNames()
The
SecretManagerPropertySource is not enumerable, so this always returns an empty array. |
public SecretManagerPropertySource(String propertySourceName, SecretManagerTemplate secretManagerTemplate, GcpProjectIdProvider projectIdProvider)
public Object getProperty(String name)
getProperty
in class org.springframework.core.env.PropertySource<SecretManagerTemplate>
public String[] getPropertyNames()
SecretManagerPropertySource
is not enumerable, so this always returns an empty array.getPropertyNames
in class org.springframework.core.env.EnumerablePropertySource<SecretManagerTemplate>
Copyright © 2021. All rights reserved.