Class GetDeclaredFieldFunction.ForJava7

    • 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.reflect.Field apply​(java.lang.Class<?> cls, java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • ForJava7

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

      • apply

        public java.lang.reflect.Field apply​(java.lang.Class<?> cls,
                                             java.lang.String name)
                                      throws java.lang.Throwable
        Specified by:
        apply in interface ThrowingBiFunction<java.lang.Class<?>,​java.lang.String,​java.lang.reflect.Field,​java.lang.Throwable>
        Throws:
        java.lang.Throwable