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,
org.jasypt.encryption.StringEncryptor encryptor) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name) |
String[] |
getPropertyNames() |
equals, getName, getSource, hashCode, named, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPropertypublic EncryptableEnumerablePropertySourceWrapper(org.springframework.core.env.EnumerablePropertySource<T> delegate, org.jasypt.encryption.StringEncryptor encryptor)
Copyright © 2016. All rights reserved.