public class BeansFactory extends Object
Constructor and Description |
---|
BeansFactory(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
Object |
getBean() |
Object |
getBeanWithParameters(List<Object> parameters) |
Class<?> |
getClazz() |
public BeansFactory(Class<?> clazz)
public Object getBean()
public Object getBeanWithParameters(List<Object> parameters) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException
public Class<?> getClazz()
Copyright © 2019. All rights reserved.