Package com.oracle.cloud.spring.vault
Class VaultPropertySource
java.lang.Object
org.springframework.core.env.PropertySource<VaultPropertyLoader>
org.springframework.core.env.EnumerablePropertySource<VaultPropertyLoader>
com.oracle.cloud.spring.vault.VaultPropertySource
public class VaultPropertySource
extends org.springframework.core.env.EnumerablePropertySource<VaultPropertyLoader>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource
org.springframework.core.env.PropertySource.StubPropertySource -
Field Summary
Fields inherited from class org.springframework.core.env.PropertySource
logger, name, source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsProperty(String name) getProperty(String name) String[]Methods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
-
Constructor Details
-
VaultPropertySource
-
-
Method Details
-
getPropertyNames
- Specified by:
getPropertyNamesin classorg.springframework.core.env.EnumerablePropertySource<VaultPropertyLoader>
-
getProperty
- Specified by:
getPropertyin classorg.springframework.core.env.PropertySource<VaultPropertyLoader>
-
containsProperty
- Overrides:
containsPropertyin classorg.springframework.core.env.EnumerablePropertySource<VaultPropertyLoader>
-