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 Details

  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable