spring-framework / org.springframework.aop.support / RegexpMethodPointcutAdvisor / setPattern

setPattern

open fun setPattern(pattern: String): Unit

Set the regular expression defining methods to match.

Use either this method or #setPatterns, not both.

See Also
#setPatterns