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