An implementation of the {@code DynaBean} interfaces which wraps multipleother beans.
An instance of this class is constructed with a collection of beans to be wrapped. When reading or writing a property the wrapped bean which defines this property is determined, and the operation is executed on this bean.
The wrapped beans should have disjunct properties. Otherwise, it is undefined which bean property is read or written.
@version $Id: MultiWrapDynaBean.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|