public static interface ClassCopierOrdinaryImpl.ClassFieldCopier
| Modifier and Type | Method and Description |
|---|---|
void |
copy(Map<Object,Object> oldToNew,
Object src,
Object dest)
Copy all fields from src to dest, using
oldToNew as usual to preserve aliasing.
|
void copy(Map<Object,Object> oldToNew, Object src, Object dest) throws ReflectiveCopyException
ReflectiveCopyExceptionCopyright © 2011–2021 Eclipse Foundation. All rights reserved.