Search code examples
orika

Orika - ParameterNamesNotFoundException: One or more @Named annotations missing for class


I am getting the following exception in Orika

ParameterNamesNotFoundException: One or more @Named annotations missing for class

I have 2 simple pojos and I want to map them.


Solution

  • Move your pojo class declarations to outter classes. Orika cannot handle inner classes.