spring-framework / org.springframework.aop.support / AbstractRegexpMethodPointcut / setPatterns

setPatterns

open fun setPatterns(vararg patterns: String): Unit

Set the regular expressions defining methods to match. Matching will be the union of all these; if any match, the pointcut matches.

See Also
#setPattern