Class Reflection.ReadField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Field field  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadField​(java.lang.reflect.Field field)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object instance)  
      • Methods inherited from class java.lang.Object

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

      • field

        private final java.lang.reflect.Field field
    • Constructor Detail

      • ReadField

        ReadField​(java.lang.reflect.Field field)