Class GetLoadedPackagesFunction.ForJava7

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Long fieldOffset  
      protected 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.util.Map<java.lang.String,​?> apply​(java.lang.ClassLoader classLoader)  
      • Methods inherited from class java.lang.Object

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

      • unsafe

        protected sun.misc.Unsafe unsafe
      • fieldOffset

        protected java.lang.Long fieldOffset
    • Constructor Detail

      • ForJava7

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

      • apply

        public java.util.Map<java.lang.String,​?> apply​(java.lang.ClassLoader classLoader)
        Specified by:
        apply in interface Function<java.lang.ClassLoader,​java.util.Map<java.lang.String,​?>>