Class FieldCopier


  • public class FieldCopier
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldCopier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> void copyValue​(T from, T to, java.lang.reflect.Field field)  
      • Methods inherited from class java.lang.Object

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

      • FieldCopier

        public FieldCopier()
    • Method Detail

      • copyValue

        public <T> void copyValue​(T from,
                                  T to,
                                  java.lang.reflect.Field field)
                           throws java.lang.IllegalAccessException
        Throws:
        java.lang.IllegalAccessException