EncryptablePropertySource<T>public class EncryptableEnumerablePropertySourceWrapper<T> extends org.springframework.core.env.EnumerablePropertySource<T> implements EncryptablePropertySource<T>
| Constructor | Description |
|---|---|
EncryptableEnumerablePropertySourceWrapper(org.springframework.core.env.EnumerablePropertySource<T> delegate,
EncryptablePropertyResolver resolver) |
| Modifier and Type | Method | Description |
|---|---|---|
org.springframework.core.env.PropertySource<T> |
getDelegate() |
|
Object |
getProperty(String name) |
|
String[] |
getPropertyNames() |
getPropertypublic EncryptableEnumerablePropertySourceWrapper(org.springframework.core.env.EnumerablePropertySource<T> delegate, EncryptablePropertyResolver resolver)
public Object getProperty(String name)
getProperty in class org.springframework.core.env.PropertySource<T>public String[] getPropertyNames()
getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<T>public org.springframework.core.env.PropertySource<T> getDelegate()
getDelegate in interface EncryptablePropertySource<T>Copyright © 2018. All rights reserved.