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>>
- Author:
- Ulises Bocchio
-
-
Constructor Summary
Constructors Constructor Description EncryptableMapPropertySourceWrapper(org.springframework.core.env.MapPropertySource delegate, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.env.PropertySource<Map<String,Object>>getDelegate()ObjectgetProperty(String name)-
Methods inherited from class org.springframework.core.env.MapPropertySource
containsProperty, getPropertyNames
-
Methods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.ulisesbocchio.jasyptspringboot.EncryptablePropertySource
getOrigin, getPrefix, getProperty, isImmutable, refresh
-
-
-
-
Constructor Detail
-
EncryptableMapPropertySourceWrapper
public EncryptableMapPropertySourceWrapper(org.springframework.core.env.MapPropertySource delegate, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter)
-
-
Method Detail
-
getProperty
public Object getProperty(String name)
- Specified by:
getPropertyin interfaceEncryptablePropertySource<Map<String,Object>>- Overrides:
getPropertyin classorg.springframework.core.env.MapPropertySource
-
getDelegate
public org.springframework.core.env.PropertySource<Map<String,Object>> getDelegate()
- Specified by:
getDelegatein interfaceEncryptablePropertySource<Map<String,Object>>
-
-