Class AccessibleField


  • public class AccessibleField
    extends java.lang.Object
    Setter and Getter for Accessible Field
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getType()  
      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
    • Method Detail

      • getType

        public java.lang.Class<?> getType()
      • setValue

        public void setValue​(java.lang.Object value)
      • getValue

        public java.lang.Object getValue()