Class EncryptableMutablePropertySourcesWrapper
- java.lang.Object
-
- org.springframework.core.env.MutablePropertySources
-
- com.ulisesbocchio.jasyptspringboot.wrapper.EncryptableMutablePropertySourcesWrapper
-
- All Implemented Interfaces:
Iterable<org.springframework.core.env.PropertySource<?>>,org.springframework.core.env.PropertySources
public class EncryptableMutablePropertySourcesWrapper extends org.springframework.core.env.MutablePropertySources
-
-
Constructor Summary
Constructors Constructor Description EncryptableMutablePropertySourcesWrapper(EncryptablePropertySourceConverter propertyConverter, EnvCopy envCopy)EncryptableMutablePropertySourcesWrapper(org.springframework.core.env.PropertySources propertySources, EncryptablePropertySourceConverter propertyConverter, EnvCopy envCopy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAfter(String relativePropertySourceName, org.springframework.core.env.PropertySource<?> propertySource)voidaddBefore(String relativePropertySourceName, org.springframework.core.env.PropertySource<?> propertySource)voidaddFirst(org.springframework.core.env.PropertySource<?> propertySource)voidaddLast(org.springframework.core.env.PropertySource<?> propertySource)org.springframework.core.env.PropertySource<?>remove(String name)voidreplace(String name, org.springframework.core.env.PropertySource<?> propertySource)-
Methods inherited from class org.springframework.core.env.MutablePropertySources
assertLegalRelativeAddition, contains, get, iterator, precedenceOf, removeIfPresent, size, spliterator, stream, toString
-
-
-
-
Constructor Detail
-
EncryptableMutablePropertySourcesWrapper
public EncryptableMutablePropertySourcesWrapper(org.springframework.core.env.PropertySources propertySources, EncryptablePropertySourceConverter propertyConverter, EnvCopy envCopy)
-
EncryptableMutablePropertySourcesWrapper
public EncryptableMutablePropertySourcesWrapper(EncryptablePropertySourceConverter propertyConverter, EnvCopy envCopy)
-
-
Method Detail
-
addFirst
public void addFirst(org.springframework.core.env.PropertySource<?> propertySource)
- Overrides:
addFirstin classorg.springframework.core.env.MutablePropertySources
-
addLast
public void addLast(org.springframework.core.env.PropertySource<?> propertySource)
- Overrides:
addLastin classorg.springframework.core.env.MutablePropertySources
-
addBefore
public void addBefore(String relativePropertySourceName, org.springframework.core.env.PropertySource<?> propertySource)
- Overrides:
addBeforein classorg.springframework.core.env.MutablePropertySources
-
addAfter
public void addAfter(String relativePropertySourceName, org.springframework.core.env.PropertySource<?> propertySource)
- Overrides:
addAfterin classorg.springframework.core.env.MutablePropertySources
-
replace
public void replace(String name, org.springframework.core.env.PropertySource<?> propertySource)
- Overrides:
replacein classorg.springframework.core.env.MutablePropertySources
-
remove
public org.springframework.core.env.PropertySource<?> remove(String name)
- Overrides:
removein classorg.springframework.core.env.MutablePropertySources
-
-