Class CachingDelegateEncryptablePropertySource<T>
- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- com.ulisesbocchio.jasyptspringboot.caching.CachingDelegateEncryptablePropertySource<T>
-
- All Implemented Interfaces:
EncryptablePropertySource<T>,org.springframework.boot.origin.OriginLookup<String>
- Direct Known Subclasses:
EncryptablePropertySourceMethodInterceptor
public class CachingDelegateEncryptablePropertySource<T> extends org.springframework.core.env.PropertySource<T> implements EncryptablePropertySource<T>
-
-
Constructor Summary
Constructors Constructor Description CachingDelegateEncryptablePropertySource(org.springframework.core.env.PropertySource<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)voidrefresh()-
Methods inherited from class org.springframework.core.env.PropertySource
containsProperty, 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
-
-
-
-
Constructor Detail
-
CachingDelegateEncryptablePropertySource
public CachingDelegateEncryptablePropertySource(org.springframework.core.env.PropertySource<T> delegate, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter)
-
-
Method Detail
-
getDelegate
public org.springframework.core.env.PropertySource<T> getDelegate()
- Specified by:
getDelegatein interfaceEncryptablePropertySource<T>
-
getProperty
public Object getProperty(String name)
- Specified by:
getPropertyin interfaceEncryptablePropertySource<T>- Specified by:
getPropertyin classorg.springframework.core.env.PropertySource<T>
-
refresh
public void refresh()
- Specified by:
refreshin interfaceEncryptablePropertySource<T>
-
-