public class JAXBMergeStrategy extends DefaultMergeStrategy
Modifier and Type | Field and Description |
---|---|
static MergeStrategy |
INSTANCE |
Constructor and Description |
---|
JAXBMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
protected Object |
mergeInternal(ObjectLocator leftLocator,
ObjectLocator rightLocator,
Collection leftCollection,
Collection rightCollection) |
protected Object |
mergeInternal(ObjectLocator leftLocator,
ObjectLocator rightLocator,
Object left,
Object right) |
public static final MergeStrategy INSTANCE
protected Object mergeInternal(ObjectLocator leftLocator, ObjectLocator rightLocator, Object left, Object right)
mergeInternal
in class DefaultMergeStrategy
protected Object mergeInternal(ObjectLocator leftLocator, ObjectLocator rightLocator, Collection leftCollection, Collection rightCollection)
Copyright © 2005–2018. All rights reserved.