public final class MergeObjectQuietlyExtensions extends Object
MergeObjectQuietlyExtensions provide extension methods for merge a source
object with another object.| Constructor and Description |
|---|
MergeObjectQuietlyExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static <MERGE_IN,WITH> |
mergeOrCopyQuietly(MERGE_IN mergeInObject,
WITH withObject)
Try first to merge quietly the given merge in object(destination) with the given 'with'
object, if this fails try to copy.
|
static <MERGE_IN,WITH> |
mergeQuietly(MERGE_IN mergeInObject,
WITH withObject)
Merge quietly the given merge in object(destination) with the given 'with' object.
|
public static final <MERGE_IN,WITH> MERGE_IN mergeQuietly(MERGE_IN mergeInObject,
WITH withObject)
MERGE_IN - the generic type of the object to merge inWITH - the generic type of the object to merge withmergeInObject - the object to merge inwithObject - the object to merge withpublic static final <MERGE_IN,WITH> MERGE_IN mergeOrCopyQuietly(MERGE_IN mergeInObject,
WITH withObject)
MERGE_IN - the generic type of the object to merge inWITH - the generic type of the object to merge withmergeInObject - the object to merge inwithObject - the object to merge withCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.