public class SerializableProxyAdvisor
extends org.springframework.aop.support.DefaultIntroductionAdvisor
implements org.springframework.beans.factory.BeanFactoryAware
| Constructor and Description |
|---|
SerializableProxyAdvisor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Class<?> clazz)
Checks for
SerializableProxy anntation at type level. |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public boolean matches(Class<?> clazz)
SerializableProxy anntation at type level.matches in interface org.springframework.aop.ClassFiltermatches in class org.springframework.aop.support.DefaultIntroductionAdvisorpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionCopyright © 2014 JDAL. All Rights Reserved.