Class | Description |
---|---|
MagicInstantiator<T> |
This instantiator will correctly bypass the constructors by instantiating the class using the default
constructor from Object.
|
ProxyingInstantiator<T> |
This instantiator creates a class by dynamically extending it.
|