public class EncryptablePropertySourceConverter extends Object
| Constructor and Description |
|---|
EncryptablePropertySourceConverter() |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.springframework.core.env.PropertySource<T> |
instantiatePropertySource(org.springframework.core.env.PropertySource<T> propertySource,
org.jasypt.encryption.StringEncryptor encryptor) |
static <T> org.springframework.core.env.PropertySource<T> |
proxyPropertySource(org.springframework.core.env.PropertySource<T> propertySource,
org.jasypt.encryption.StringEncryptor encryptor) |
public static <T> org.springframework.core.env.PropertySource<T> proxyPropertySource(org.springframework.core.env.PropertySource<T> propertySource,
org.jasypt.encryption.StringEncryptor encryptor)
public static <T> org.springframework.core.env.PropertySource<T> instantiatePropertySource(org.springframework.core.env.PropertySource<T> propertySource,
org.jasypt.encryption.StringEncryptor encryptor)
Copyright © 2016. All rights reserved.