Class EncryptableMapPropertySourceWrapper
- All Implemented Interfaces:
EncryptablePropertySource<Map<String,,Object>> org.springframework.boot.origin.OriginLookup<String>
public class EncryptableMapPropertySourceWrapper
extends org.springframework.core.env.MapPropertySource
implements EncryptablePropertySource<Map<String,Object>>
EncryptableMapPropertySourceWrapper class.
- Version:
- $Id: $Id
- Author:
- Ulises Bocchio
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource
org.springframework.core.env.PropertySource.StubPropertySource -
Field Summary
Fields inherited from class org.springframework.core.env.PropertySource
logger, name, source -
Constructor Summary
ConstructorsConstructorDescriptionEncryptableMapPropertySourceWrapper(org.springframework.core.env.MapPropertySource delegate, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter) Constructor for EncryptableMapPropertySourceWrapper. -
Method Summary
Methods inherited from class org.springframework.core.env.MapPropertySource
containsProperty, getPropertyNamesMethods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.ulisesbocchio.jasyptspringboot.EncryptablePropertySource
getOrigin, getPrefix, getProperty, isImmutable, refresh
-
Constructor Details
-
EncryptableMapPropertySourceWrapper
public EncryptableMapPropertySourceWrapper(org.springframework.core.env.MapPropertySource delegate, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter) Constructor for EncryptableMapPropertySourceWrapper.
- Parameters:
delegate- aMapPropertySourceobjectresolver- aEncryptablePropertyResolverobjectfilter- aEncryptablePropertyFilterobject
-
-
Method Details
-
getProperty
getProperty.
- Specified by:
getPropertyin interfaceEncryptablePropertySource<Map<String,Object>> - Overrides:
getPropertyin classorg.springframework.core.env.MapPropertySource- Parameters:
name- aStringobject- Returns:
- a
Objectobject
-
getDelegate
getDelegate.
- Specified by:
getDelegatein interfaceEncryptablePropertySource<Map<String,Object>> - Returns:
- a
PropertySourceobject
-