Searched refs:copyToRealObject (Results 1 – 3 of 3) sorted by relevance
21 public <T> void copyToRealObject(T from, T to) { in copyToRealObject() method in LenientCopyTool
36 new LenientCopyTool().copyToRealObject(from, newInstance); in answer()
162 tool.copyToRealObject(from, to); in shouldBeAbleToCopyFromRealObjectToRealObject()