Class DalvikPreGingerBred

  • All Implemented Interfaces:
    Unsafe

    public class DalvikPreGingerBred
    extends Unsupported
    • Field Summary

      • Fields inherited from interface org.cakelab.json.util.unsafe.Unsafe

        theUnsafe
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object allocateInstance​(java.lang.Class<?> cls)
      Allocate an instance but do not run any constructor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • allocateInstance

        public java.lang.Object allocateInstance​(java.lang.Class<?> cls)
                                          throws java.lang.InstantiationException
        Description copied from interface: Unsafe
        Allocate an instance but do not run any constructor. Initializes the class if it has not yet been.
        Specified by:
        allocateInstance in interface Unsafe
        Overrides:
        allocateInstance in class Unsupported
        Throws:
        java.lang.InstantiationException