public class EncryptableMapPropertySourceWrapper extends org.springframework.core.env.MapPropertySource implements EncryptablePropertySource<Map<String,Object>>
| Constructor and Description |
|---|
EncryptableMapPropertySourceWrapper(org.springframework.core.env.MapPropertySource delegate,
EncryptablePropertyResolver resolver,
EncryptablePropertyFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertySource<Map<String,Object>> |
getDelegate() |
Object |
getProperty(String name) |
void |
refresh() |
containsProperty, getPropertyNamesequals, getName, getSource, hashCode, named, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPropertypublic EncryptableMapPropertySourceWrapper(org.springframework.core.env.MapPropertySource delegate,
EncryptablePropertyResolver resolver,
EncryptablePropertyFilter filter)
public void refresh()
refresh in interface EncryptablePropertySource<Map<String,Object>>public Object getProperty(String name)
getProperty in interface EncryptablePropertySource<Map<String,Object>>getProperty in class org.springframework.core.env.MapPropertySourcepublic org.springframework.core.env.PropertySource<Map<String,Object>> getDelegate()
getDelegate in interface EncryptablePropertySource<Map<String,Object>>Copyright © 2019. All rights reserved.