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,
EncryptablePropertyResolver resolver) |
static <T> org.springframework.core.env.PropertySource<T> |
proxyPropertySource(org.springframework.core.env.PropertySource<T> propertySource,
EncryptablePropertyResolver resolver) |
public static <T> org.springframework.core.env.PropertySource<T> proxyPropertySource(org.springframework.core.env.PropertySource<T> propertySource,
EncryptablePropertyResolver resolver)
public static <T> org.springframework.core.env.PropertySource<T> instantiatePropertySource(org.springframework.core.env.PropertySource<T> propertySource,
EncryptablePropertyResolver resolver)
Copyright © 2017. All rights reserved.