wufe/mapper

Resolvers

Closed this issue · 3 comments

Is there any plans for adding resolvers?

I want to be able to use them like in AutoMapper:
opt => opt.ResolveUsing(new TestQuestionsCountResolver(testService))

wufe commented

I'll work on it as soon as possible

wufe commented

@motiejunas
I noticed that the projection operation works as a custom value resolver.
Check this example in the tests file.

Let me know if you have doubts.

@wufe exactly what I was looking for