Package org.cakelab.json.util.unsafe
Class DalvikPostGingerBred
- java.lang.Object
-
- org.cakelab.json.util.unsafe.UnsafeBase
-
- org.cakelab.json.util.unsafe.Unsupported
-
- org.cakelab.json.util.unsafe.DalvikPostGingerBred
-
- All Implemented Interfaces:
Unsafe
public class DalvikPostGingerBred extends Unsupported
-
-
Method Summary
All Methods Static 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.static Unsafe
create()
-
-
-
Method Detail
-
create
public static Unsafe create()
-
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 interfaceUnsafe
- Overrides:
allocateInstance
in classUnsupported
- Throws:
java.lang.InstantiationException
-
-