public interface Objenesis
Modifier and Type | Method and Description |
---|---|
ObjectInstantiator |
getInstantiatorOf(Class clazz)
Will pick the best instantiator for the provided class.
|
Object |
newInstance(Class clazz)
Will create a new object without any constructor being called
|
Object newInstance(Class clazz)
clazz
- Class to instantiateObjectInstantiator getInstantiatorOf(Class clazz)
newInstance(Class)
.clazz
- Class to instantiateCopyright © 2016. All rights reserved.