| Issue 4: | Add mapping functionality similar to dozer, but with generated code | |
| 1 person starred this issue and may be notified of changes. | Back to list |
1. Simply change current <mapping> to <binding>. 2. Let <mapping> define a mapping between classes. 3. Rename binding factory to GwtBeans. 4. Rename createBinding to createBindingGroup 5. Add method called map(Object o, Class c) returning a deep copy of the object
Apr 9, 2009
Project Member
#3
wmly...@gmail.com
Status:
WontFix
Apr 9, 2009
We need to implement dozer-like functions to soleve the problem of deep copying of ARRAYS
Apr 9, 2009
We need to implement dozer-like functions to solve the problem of deep copying of ARRAYS. Deep copy of arrays requires to investigate the type of object stored there at runtime |