public interface Mergeable<T>
org.springframework.beans.Mergeable| Modifier and Type | Method and Description |
|---|---|
T |
merge(T parent)
Merge the current value set with that of the supplied object.
|
T merge(T parent)
parent - the object to merge withCopyright © 2020 LeanCloud. All rights reserved.