Class FieldCopier
- java.lang.Object
-
- org.mockito.internal.util.reflection.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)
-