public class EncryptablePropertySourceConverter extends Object
| Constructor and Description |
|---|
EncryptablePropertySourceConverter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
convertPropertySources(InterceptionMode interceptionMode,
EncryptablePropertyResolver propertyResolver,
EncryptablePropertyFilter propertyFilter,
org.springframework.core.env.MutablePropertySources propSources) |
static <T> org.springframework.core.env.PropertySource<T> |
instantiatePropertySource(org.springframework.core.env.PropertySource<T> propertySource,
EncryptablePropertyResolver resolver,
EncryptablePropertyFilter propertyFilter) |
static <T> org.springframework.core.env.PropertySource<T> |
makeEncryptable(InterceptionMode interceptionMode,
EncryptablePropertyResolver propertyResolver,
EncryptablePropertyFilter propertyFilter,
org.springframework.core.env.PropertySource<T> propertySource) |
static <T> org.springframework.core.env.PropertySource<T> |
proxyPropertySource(org.springframework.core.env.PropertySource<T> propertySource,
EncryptablePropertyResolver resolver,
EncryptablePropertyFilter propertyFilter) |
static org.springframework.core.env.MutablePropertySources |
proxyPropertySources(InterceptionMode interceptionMode,
EncryptablePropertyResolver propertyResolver,
EncryptablePropertyFilter propertyFilter,
org.springframework.core.env.MutablePropertySources propertySources) |
public static void convertPropertySources(InterceptionMode interceptionMode, EncryptablePropertyResolver propertyResolver, EncryptablePropertyFilter propertyFilter, org.springframework.core.env.MutablePropertySources propSources)
public static <T> org.springframework.core.env.PropertySource<T> makeEncryptable(InterceptionMode interceptionMode, EncryptablePropertyResolver propertyResolver, EncryptablePropertyFilter propertyFilter, org.springframework.core.env.PropertySource<T> propertySource)
public static org.springframework.core.env.MutablePropertySources proxyPropertySources(InterceptionMode interceptionMode, EncryptablePropertyResolver propertyResolver, EncryptablePropertyFilter propertyFilter, org.springframework.core.env.MutablePropertySources propertySources)
public static <T> org.springframework.core.env.PropertySource<T> proxyPropertySource(org.springframework.core.env.PropertySource<T> propertySource,
EncryptablePropertyResolver resolver,
EncryptablePropertyFilter propertyFilter)
public static <T> org.springframework.core.env.PropertySource<T> instantiatePropertySource(org.springframework.core.env.PropertySource<T> propertySource,
EncryptablePropertyResolver resolver,
EncryptablePropertyFilter propertyFilter)
Copyright © 2018. All rights reserved.