3940414243444546474849
Component component = Component.forName(beanType); if (component != null) { value = component.newInstance(); } else { try { value = Reflections.classForName(beanType).newInstance();