Class EncryptablePropertySourceConfiguration
- java.lang.Object
-
- com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertySourceConfiguration
-
@Configuration @Import({EncryptablePropertyResolverConfiguration.class,CachingConfiguration.class}) public class EncryptablePropertySourceConfiguration extends ObjectEncryptablePropertySourceConfiguration class.
- Version:
- $Id: $Id
- Author:
- Ulises Bocchio
-
-
Constructor Summary
Constructors Constructor Description EncryptablePropertySourceConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EncryptablePropertySourceBeanFactoryPostProcessorencryptablePropertySourceAnnotationPostProcessor(org.springframework.core.env.ConfigurableEnvironment env)encryptablePropertySourceAnnotationPostProcessor.
-
-
-
Method Detail
-
encryptablePropertySourceAnnotationPostProcessor
@Bean public static EncryptablePropertySourceBeanFactoryPostProcessor encryptablePropertySourceAnnotationPostProcessor(org.springframework.core.env.ConfigurableEnvironment env)
encryptablePropertySourceAnnotationPostProcessor.
- Parameters:
env- aConfigurableEnvironmentobject- Returns:
- a
EncryptablePropertySourceBeanFactoryPostProcessorobject
-
-