spring-framework / org.springframework.aop.support / RegexpMethodPointcutAdvisor / <init>

<init>

RegexpMethodPointcutAdvisor()

Create an empty RegexpMethodPointcutAdvisor.

See Also
#setPattern#setPatterns#setAdvice

RegexpMethodPointcutAdvisor(advice: Advice)

Create a RegexpMethodPointcutAdvisor for the given advice. The pattern still needs to be specified afterwards.

Parameters

advice - the advice to use

See Also
#setPattern#setPatterns

RegexpMethodPointcutAdvisor(pattern: String, advice: Advice)

Create a RegexpMethodPointcutAdvisor for the given advice.

Parameters

pattern - the pattern to use

advice - the advice to use

RegexpMethodPointcutAdvisor(patterns: Array<String>, advice: Advice)

Create a RegexpMethodPointcutAdvisor for the given advice.

Parameters

patterns - the patterns to use

advice - the advice to use