spring-framework / org.springframework.aop.support / NameMatchMethodPointcutAdvisor / setMappedNames

setMappedNames

open fun setMappedNames(vararg mappedNames: String): Unit

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

See Also
NameMatchMethodPointcut#setMappedNames