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

setMappedNames

open fun setMappedNames(@Nullable 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.