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