public class EncryptableEnumerablePropertySourceWrapper<T> extends org.springframework.core.env.EnumerablePropertySource<T> implements EncryptablePropertySource<T>
org.springframework.core.env.PropertySource.StubPropertySourceEncryptablePropertySource.DefaultMethods<T>| Constructor and Description |
|---|
EncryptableEnumerablePropertySourceWrapper(org.springframework.core.env.EnumerablePropertySource<T> delegate,
org.jasypt.encryption.StringEncryptor encryptor) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name) |
String[] |
getPropertyNames() |
public EncryptableEnumerablePropertySourceWrapper(org.springframework.core.env.EnumerablePropertySource<T> delegate, org.jasypt.encryption.StringEncryptor encryptor)
Copyright © 2016. All rights reserved.