org.mockito.internal.util.reflection
Class FieldCopier

java.lang.Object
  extended by org.mockito.internal.util.reflection.FieldCopier

public class FieldCopier
extends java.lang.Object


Constructor Summary
FieldCopier()
           
 
Method Summary
<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