Class ObjectField

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class ObjectField
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.reflect.Field field  
      protected java.lang.Object object  
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectField()  
    • Method Summary

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

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

      • field

        protected java.lang.reflect.Field field
      • object

        protected java.lang.Object object
    • Constructor Detail

      • ObjectField

        public ObjectField()
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object value)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getValue

        public java.lang.Object getValue()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable