Class | Description |
---|---|
MagicInstantiator<T> |
Shell keeping compatibility but delegating to objenesis-exotic which contains the real implementation.
|
SunReflectionFactoryInstantiator<T> |
Instantiates an object, WITHOUT calling it's constructor, using internal
sun.reflect.ReflectionFactory - a class only available on JDK's that use Sun's 1.4 (or later)
Java implementation.
|
SunReflectionFactorySerializationInstantiator<T> |
Instantiates an object using internal sun.reflect.ReflectionFactory - a class only available on
JDK's that use Sun's 1.4 (or later) Java implementation.
|
UnsafeFactoryInstantiator<T> |
Instantiates an object, WITHOUT calling its constructor, using
sun.misc.Unsafe.allocateInstance() . |
Copyright © 2006–2024 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.