Class GetFieldValueFunction.ForJava7

    • Field Summary

      Fields 
      Modifier and Type Field Description
      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.lang.Object apply​(java.lang.Object target, java.lang.reflect.Field field)  
      • 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
    • 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.Object target,
                                      java.lang.reflect.Field field)
        Specified by:
        apply in interface BiFunction<java.lang.Object,​java.lang.reflect.Field,​java.lang.Object>