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