public class EncryptablePropertySourceConverter extends Object
| Constructor and Description |
|---|
EncryptablePropertySourceConverter(InterceptionMode interceptionMode,
List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses,
EncryptablePropertyResolver propertyResolver,
EncryptablePropertyFilter propertyFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
convertPropertySources(org.springframework.core.env.MutablePropertySources propSources) |
<T> org.springframework.core.env.PropertySource<T> |
makeEncryptable(org.springframework.core.env.PropertySource<T> propertySource) |
org.springframework.core.env.MutablePropertySources |
proxyPropertySources(org.springframework.core.env.MutablePropertySources propertySources,
EnvCopy envCopy) |
public EncryptablePropertySourceConverter(InterceptionMode interceptionMode, List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses, EncryptablePropertyResolver propertyResolver, EncryptablePropertyFilter propertyFilter)
public void convertPropertySources(org.springframework.core.env.MutablePropertySources propSources)
public <T> org.springframework.core.env.PropertySource<T> makeEncryptable(org.springframework.core.env.PropertySource<T> propertySource)
public org.springframework.core.env.MutablePropertySources proxyPropertySources(org.springframework.core.env.MutablePropertySources propertySources,
EnvCopy envCopy)
Copyright © 2020. All rights reserved.