Skip to main content
just markdown and rearrange the content to make the links more subtle.
Source Link
rolfl
  • 98.2k
  • 17
  • 220
  • 419

ForTo me it looks like you are reinventing the wheel. There exist several

Several mapping frameworks exist that not only support mappingcomplex mappings between two similar objects, but as well transformations. You should have a look at ModelMapper or Dozer. Both support complex mappings andalso programmatic transformations - see Custom Converters in ModelMapper or Custom Converters in Dozer. For example, you should consider:

For me it looks like you are reinventing the wheel. There exist several mapping frameworks that not only support mapping between two similar objects, but as well transformations. You should have a look at ModelMapper or Dozer. Both support complex mappings and programmatic transformations - see Custom Converters in ModelMapper or Custom Converters in Dozer.

To me it looks like you are reinventing the wheel.

Several mapping frameworks exist that not only support complex mappings between two similar objects, but also programmatic transformations. For example, you should consider:

Post Undeleted by rolfl
Mod Converts to Comment
Post Deleted by Jamal
Source Link

For me it looks like you are reinventing the wheel. There exist several mapping frameworks that not only support mapping between two similar objects, but as well transformations. You should have a look at ModelMapper or Dozer. Both support complex mappings and programmatic transformations - see Custom Converters in ModelMapper or Custom Converters in Dozer.