Example #1
0
 public boolean isTypeMatch(String arg0, Class<?> arg1) throws NoSuchBeanDefinitionException {
   return applicationContext.isTypeMatch(arg0, arg1);
 }