Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Model to Dto conversion

  Asked By: Matilda    Date: Apr 30    Category: Java    Views: 1397
  

In my project i have met one requirement that is, i have to covert my
model to (DTO) DataTransferObject.I just want have some thing higher
level like i want to have only one method.When pass my model object to
that method convertModelToDTO(_myModelObject)i want the corresponding
DTO object with the values should be filled.

In my model object i'm having collections and other model objects.

If any one of you faced the functionality please let me know your
suggestions.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Ana Silva     Answered On: Apr 30

try beanUtils from jakarta commons

 
Didn't find what you were looking for? Find more on Model to Dto conversion Or get search suggestion and latest updates.




Tagged: