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