Class FieldTool.MutableField

  • Enclosing class:
    FieldTool

    public class FieldTool.MutableField
    extends java.lang.Object
    Holds a Field and Class reference for later retrieval of the value of a field that is not final and may change at different lookups.
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableField​(java.lang.reflect.Field f, java.lang.Class c)  
    • Method Summary

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

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

      • MutableField

        public MutableField​(java.lang.reflect.Field f,
                            java.lang.Class c)
    • Method Detail

      • getValue

        public java.lang.Object getValue()