return m.getParameterTypes()[vc.getIndex()];
} else {
BeanInfo beanInfo = visitor.getBeanInfo();
if (beanInfo == null)
throw new IllegalArgumentException("No bean info!");
Constructor ctor = beanInfo.findConstructor(Configurator.getTypes(parameters));
return ctor.getParameterTypes()[vc.getIndex()];
}
}
public String getFactoryClass() {