Interface BeanMatcher

All Known Implementing Classes:
AopConfigurableApplicationContextConfigurator.ServiceBeanMatcher, MessagingProxyBeanMatcher

public interface BeanMatcher
Author:
Shuyang Zhou
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(Class<?> beanClass, String beanName)
     
  • Method Details

    • match

      boolean match(Class<?> beanClass, String beanName)