-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
The following code ignores inner one-to-one relationships. The only entities for cleanup are collections, while one-to-one is a plain object, which may have collections inside.
if (fieldValue != null
&& (fieldValue.getClass().getName().contains("org.rhq") || fieldValue instanceof Collection || fieldValue instanceof Object[] || fieldValue instanceof Map))
nullOutUninitializedFields((fieldValue), checkedObjects, checkedObjectCollisionMap, depth + 1, serializationType);
Metadata
Metadata
Assignees
Labels
No labels