craigmiller160 / VideoManagerServer

GNU General Public License v3.0
1 stars 0 forks source link

Create my own ModelMapper #22

Closed craigmiller160 closed 4 years ago

craigmiller160 commented 4 years ago

Create a custom ModelMapper. Do it as a separate library. Make sure it overcomes the limitations of the existing ModelMapper library. Use pure reflection for this, no proxying. Keep it simple:

1) Map instance to Type. 2) Map instance to instance. 3) Custom mapping function.

Name matching will be strict. Type checking will treat all collections in same-named properties as the same.

craigmiller160 commented 4 years ago

Will not finish, too much work involved. Came up with a better solution in the meantime.