EncryptablePropertySource<T>, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptorpublic class EncryptablePropertySourceMethodInterceptor<T> extends Object implements org.aopalliance.intercept.MethodInterceptor, EncryptablePropertySource<T>
| Constructor | Description |
|---|---|
EncryptablePropertySourceMethodInterceptor(org.springframework.core.env.PropertySource<T> delegate,
EncryptablePropertyResolver resolver) |
| Modifier and Type | Method | Description |
|---|---|---|
org.springframework.core.env.PropertySource<T> |
getDelegate() |
|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
getPropertypublic EncryptablePropertySourceMethodInterceptor(org.springframework.core.env.PropertySource<T> delegate, EncryptablePropertyResolver resolver)
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic org.springframework.core.env.PropertySource<T> getDelegate()
getDelegate in interface EncryptablePropertySource<T>Copyright © 2018. All rights reserved.