| Class | Description |
|---|---|
| EncryptableEnumerablePropertySourceWrapper<T> | |
| EncryptableMapPropertySourceWrapper | |
| EncryptablePropertySourceWrapper<T> |
Wrapper for
PropertySource instances that simply delegates the EncryptablePropertySourceWrapper.getProperty(java.lang.String) method
to the PropertySource delegate instance to retrieve properties, while checking if the resulting
property is encrypted or not using the Jasypt convention of surrounding encrypted values with "ENC()". |
Copyright © 2018. All rights reserved.