Java org.springframework.aop.support DefaultBeanFactoryPointcutAdvisor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop.support DefaultBeanFactoryPointcutAdvisor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop.support DefaultBeanFactoryPointcutAdvisor.

The text is from its open source code.

Constructor

Method

voidsetAdviceBeanName(@Nullable String adviceBeanName)
Specify the name of the advice bean that this advisor should refer to.
voidsetBeanFactory(BeanFactory beanFactory)
voidsetPointcut(@Nullable Pointcut pointcut)
Specify the pointcut targeting the advice.