Class GenericVirtualField

    • Constructor Summary

      Constructors 
      Constructor Description
      GenericVirtualField​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object deepClone​(java.lang.Object obj)
      The parameter allows passing one new object so parent references can be corrected on children.
      java.lang.Object get​(java.lang.Object onObject)  
      ReflectClass getFieldType()
      The ReflectClass returned by this method should have been provided by the parent reflector.
      boolean isPublic()  
      boolean isStatic()  
      boolean isTransient()  
      void set​(java.lang.Object onObject, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait