| Modifier and Type | Method | 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 | 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 | Description |
|---|---|
EncryptableMutablePropertySourcesInterceptor(InterceptionMode interceptionMode,
EncryptablePropertyResolver resolver) |
| Constructor | Description |
|---|---|
EnableEncryptablePropertiesBeanFactoryPostProcessor(org.springframework.core.env.ConfigurableEnvironment environment,
InterceptionMode interceptionMode) |
Copyright © 2018. All rights reserved.