Class EncryptablePropertySourceConverter


  • public class EncryptablePropertySourceConverter
    extends Object
    Author:
    Ulises Bocchio
    • Method Detail

      • getPropertiesClass

        public static Class<org.springframework.core.env.PropertySource<?>> getPropertiesClass​(String className)
      • convertPropertySources

        public void convertPropertySources​(org.springframework.core.env.MutablePropertySources propSources)
      • makeEncryptable

        public <T> org.springframework.core.env.PropertySource<T> makeEncryptable​(org.springframework.core.env.PropertySource<T> propertySource)
      • proxyMutablePropertySources

        public org.springframework.core.env.MutablePropertySources proxyMutablePropertySources​(org.springframework.core.env.MutablePropertySources propertySources,
                                                                                               EnvCopy envCopy)
      • convertMutablePropertySources

        public org.springframework.core.env.MutablePropertySources convertMutablePropertySources​(InterceptionMode mode,
                                                                                                 org.springframework.core.env.MutablePropertySources originalPropertySources,
                                                                                                 EnvCopy envCopy)