open fun matches(targetClass: Class<*>): Booleanopen fun matches(method: Method, @Nullable targetClass: Class<*>, beanHasIntroductions: Boolean): Boolean
Overrides IntroductionAwareMethodMatcher.matches
open fun matches(method: Method, @Nullable targetClass: Class<*>): Booleanopen fun matches(method: Method, @Nullable targetClass: Class<*>, vararg args: Any): Boolean