Package org.objenesis.instantiator.sun


package org.objenesis.instantiator.sun
  • Classes
    Class
    Description
    This instantiator will correctly bypass the constructors by instantiating the class using the default constructor from Object.
    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.
    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.
    Instantiates an object, WITHOUT calling it's constructor, using sun.misc.Unsafe.allocateInstance().