public class EncryptablePropertySourceMethodInterceptor<T> extends Object implements org.aopalliance.intercept.MethodInterceptor, EncryptablePropertySource<T>
| Constructor and Description |
|---|
EncryptablePropertySourceMethodInterceptor(org.springframework.core.env.PropertySource<T> delegate,
EncryptablePropertyResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertySource<T> |
getDelegate() |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertypublic 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 © 2017. All rights reserved.