public class MagicInstantiator<T> extends java.lang.Object implements ObjectInstantiator<T>
MagicAccessorImpl
which prevents
its children to be verified by the class loaderConstructor and Description |
---|
MagicInstantiator(java.lang.Class<T> type) |
Modifier and Type | Method and Description |
---|---|
T |
newInstance()
Returns a new instance of an object.
|
public MagicInstantiator(java.lang.Class<T> type)
public T newInstance()
ObjectInstantiator
newInstance
in interface ObjectInstantiator<T>