Uses of Class
org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Uses of AbstractRegexpMethodPointcut in org.springframework.aop.support
Modifier and TypeClassDescriptionclass
Regular expression pointcut based on thejava.util.regex
package.Modifier and TypeMethodDescriptionprotected AbstractRegexpMethodPointcut
RegexpMethodPointcutAdvisor.createPointcut()
Create the actual pointcut: By default, aJdkRegexpMethodPointcut
will be used.