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
EncryptableMutablePropertySourcesWrapper class.
- Version:
- $Id: $Id
- Author:
- Sergio.U.Bocchio
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptableMutablePropertySourcesWrapper(EncryptablePropertySourceConverter propertyConverter, EnvCopy envCopy) Constructor for EncryptableMutablePropertySourcesWrapper.EncryptableMutablePropertySourcesWrapper(org.springframework.core.env.PropertySources propertySources, EncryptablePropertySourceConverter propertyConverter, EnvCopy envCopy) Constructor for EncryptableMutablePropertySourcesWrapper. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAfter(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) voidaddLastClean(org.springframework.core.env.PropertySource<?> propertySource) org.springframework.core.env.PropertySource<?>voidMethods inherited from class org.springframework.core.env.MutablePropertySources
assertLegalRelativeAddition, contains, get, iterator, precedenceOf, removeIfPresent, size, spliterator, stream, toString
-
Constructor Details
-
EncryptableMutablePropertySourcesWrapper
public EncryptableMutablePropertySourcesWrapper(org.springframework.core.env.PropertySources propertySources, EncryptablePropertySourceConverter propertyConverter, EnvCopy envCopy) Constructor for EncryptableMutablePropertySourcesWrapper.
- Parameters:
propertySources- aPropertySourcesobjectpropertyConverter- aEncryptablePropertySourceConverterobjectenvCopy- aEnvCopyobject
-
EncryptableMutablePropertySourcesWrapper
public EncryptableMutablePropertySourcesWrapper(EncryptablePropertySourceConverter propertyConverter, EnvCopy envCopy) Constructor for EncryptableMutablePropertySourcesWrapper.
- Parameters:
propertyConverter- aEncryptablePropertySourceConverterobjectenvCopy- aEnvCopyobject
-
-
Method Details
-
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
-
addLastClean
public void addLastClean(org.springframework.core.env.PropertySource<?> propertySource) -
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
- Overrides:
replacein classorg.springframework.core.env.MutablePropertySources
-
remove
- Overrides:
removein classorg.springframework.core.env.MutablePropertySources
-