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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.aop.support.DefaultPointcutAdvisor has subclasses.
Click this link to see all its subclasses.

Constructor

DefaultPointcutAdvisor(Pointcut pointcut, Advice advice)
Create a DefaultPointcutAdvisor, specifying Pointcut and Advice.
DefaultPointcutAdvisor(Advice advice)
Create a DefaultPointcutAdvisor that matches all methods.

Method

PointcutgetPointcut()
voidsetPointcut(@Nullable Pointcut pointcut)
Specify the pointcut targeting the advice.