Class EncryptablePropertySourceMethodInterceptor<T>
- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- com.ulisesbocchio.jasyptspringboot.caching.CachingDelegateEncryptablePropertySource<T>
-
- com.ulisesbocchio.jasyptspringboot.aop.EncryptablePropertySourceMethodInterceptor<T>
-
- All Implemented Interfaces:
EncryptablePropertySource<T>,org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor,org.springframework.boot.origin.OriginLookup<String>
public class EncryptablePropertySourceMethodInterceptor<T> extends CachingDelegateEncryptablePropertySource<T> implements org.aopalliance.intercept.MethodInterceptor
EncryptablePropertySourceMethodInterceptor class.
- Version:
- $Id: $Id
- Author:
- Ulises Bocchio
-
-
Constructor Summary
Constructors Constructor Description EncryptablePropertySourceMethodInterceptor(org.springframework.core.env.PropertySource<T> delegate, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter)Constructor for EncryptablePropertySourceMethodInterceptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)-
Methods inherited from class com.ulisesbocchio.jasyptspringboot.caching.CachingDelegateEncryptablePropertySource
getDelegate, getProperty, refresh
-
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
-
EncryptablePropertySourceMethodInterceptor
public EncryptablePropertySourceMethodInterceptor(org.springframework.core.env.PropertySource<T> delegate, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter)
Constructor for EncryptablePropertySourceMethodInterceptor.
- Parameters:
delegate- aPropertySourceobjectresolver- aEncryptablePropertyResolverobjectfilter- aEncryptablePropertyFilterobject
-
-