My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  Reopened
Owner:  wmly...@gmail.com


 
Project Member Reported by wmly...@gmail.com, Apr 9, 2009
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
functionality similar to dozer map function

obj2 = dozer.map(obj1,Obj2.class)

can be achieved by using copy function

obj2 = BindingFactory.copy(obj1, new Obj2())

so closing this issue for the moment
Status: WontFix
Apr 9, 2009
Project Member #5 wmly...@gmail.com
We need to implement dozer-like functions to soleve the problem of deep copying
of ARRAYS

Apr 9, 2009
Project Member #6 wmly...@gmail.com
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


Powered by Google Project Hosting