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