Class AllocateInstanceFunction.ForJava7

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) sun.misc.Unsafe unsafe  
    • Constructor Summary

      Constructors 
      Constructor Description
      ForJava7​(java.util.Map<java.lang.Object,​java.lang.Object> context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Class<?> input)  
      • Methods inherited from class java.lang.Object

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

      • unsafe

        final sun.misc.Unsafe unsafe
    • Constructor Detail

      • ForJava7

        public ForJava7​(java.util.Map<java.lang.Object,​java.lang.Object> context)
    • Method Detail

      • apply

        public java.lang.Object apply​(java.lang.Class<?> input)
                               throws java.lang.InstantiationException
        Specified by:
        apply in interface ThrowingFunction<java.lang.Class<?>,​java.lang.Object,​java.lang.Throwable>
        Throws:
        java.lang.InstantiationException