Class EncryptableEnumerablePropertySourceWrapper<T>
- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- org.springframework.core.env.EnumerablePropertySource<T>
-
- com.ulisesbocchio.jasyptspringboot.wrapper.EncryptableEnumerablePropertySourceWrapper<T>
-
- All Implemented Interfaces:
EncryptablePropertySource<T>,org.springframework.boot.origin.OriginLookup<String>
public class EncryptableEnumerablePropertySourceWrapper<T> extends org.springframework.core.env.EnumerablePropertySource<T> implements EncryptablePropertySource<T>
- Author:
- Ulises Bocchio
-
-
Constructor Summary
Constructors Constructor Description EncryptableEnumerablePropertySourceWrapper(org.springframework.core.env.EnumerablePropertySource<T> delegate, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.env.PropertySource<T>getDelegate()ObjectgetProperty(String name)String[]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
-
EncryptableEnumerablePropertySourceWrapper
public EncryptableEnumerablePropertySourceWrapper(org.springframework.core.env.EnumerablePropertySource<T> delegate, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter)
-
-
Method Detail
-
getProperty
public Object getProperty(String name)
- Specified by:
getPropertyin interfaceEncryptablePropertySource<T>- Specified by:
getPropertyin classorg.springframework.core.env.PropertySource<T>
-
getDelegate
public org.springframework.core.env.PropertySource<T> getDelegate()
- Specified by:
getDelegatein interfaceEncryptablePropertySource<T>
-
-