public class HashiCorpVaultPropertySource extends org.springframework.core.env.PropertySource<HashiCorpVaultProperties>
| Modifier and Type | Field and Description |
|---|---|
private static Pattern |
DASH_LETTER_PATTERN |
private static String |
PREFIX |
private PropertyLookup |
propertyLookup |
| Constructor and Description |
|---|
HashiCorpVaultPropertySource(HashiCorpVaultProperties source) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String key) |
private String |
getPropertyKey(String springPropertyKey)
Converts key names from format test-value to testValue
|
private static final String PREFIX
private static final Pattern DASH_LETTER_PATTERN
private PropertyLookup propertyLookup
public HashiCorpVaultPropertySource(HashiCorpVaultProperties source)
public Object getProperty(String key)
getProperty in class org.springframework.core.env.PropertySource<HashiCorpVaultProperties>Copyright © 2022 Apache NiFi Project. All rights reserved.