Class EncryptablePropertySourceConverter
- java.lang.Object
-
- com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter
-
public class EncryptablePropertySourceConverter extends Object
- Author:
- Ulises Bocchio
-
-
Constructor Summary
Constructors Constructor Description EncryptablePropertySourceConverter(InterceptionMode interceptionMode, List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses, EncryptablePropertyResolver propertyResolver, EncryptablePropertyFilter propertyFilter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.env.MutablePropertySourcesconvertMutablePropertySources(InterceptionMode mode, org.springframework.core.env.MutablePropertySources originalPropertySources, EnvCopy envCopy)voidconvertPropertySources(org.springframework.core.env.MutablePropertySources propSources)static Class<org.springframework.core.env.PropertySource<?>>getPropertiesClass(String className)<T> org.springframework.core.env.PropertySource<T>makeEncryptable(org.springframework.core.env.PropertySource<T> propertySource)org.springframework.core.env.MutablePropertySourcesproxyMutablePropertySources(org.springframework.core.env.MutablePropertySources propertySources, EnvCopy envCopy)
-
-
-
Constructor Detail
-
EncryptablePropertySourceConverter
public EncryptablePropertySourceConverter(InterceptionMode interceptionMode, List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses, EncryptablePropertyResolver propertyResolver, EncryptablePropertyFilter propertyFilter)
-
-
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)
-
-