| Modifier and Type | Method and Description |
|---|---|
static InterceptionMode |
InterceptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterceptionMode[] |
InterceptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EncryptablePropertySourceConverter.convertPropertySources(InterceptionMode interceptionMode,
EncryptablePropertyResolver propertyResolver,
org.springframework.core.env.MutablePropertySources propSources) |
static <T> org.springframework.core.env.PropertySource<T> |
EncryptablePropertySourceConverter.makeEncryptable(InterceptionMode interceptionMode,
EncryptablePropertyResolver propertyResolver,
org.springframework.core.env.PropertySource<T> propertySource) |
static org.springframework.core.env.MutablePropertySources |
EncryptablePropertySourceConverter.proxyPropertySources(InterceptionMode interceptionMode,
EncryptablePropertyResolver propertyResolver,
org.springframework.core.env.MutablePropertySources propertySources) |
| Constructor and Description |
|---|
EncryptableMutablePropertySourcesInterceptor(InterceptionMode interceptionMode,
EncryptablePropertyResolver resolver) |
| Constructor and Description |
|---|
EnableEncryptablePropertiesBeanFactoryPostProcessor(org.springframework.core.env.ConfigurableEnvironment environment,
InterceptionMode interceptionMode) |
Copyright © 2017. All rights reserved.