Orika - ParameterNamesNotFoundException:class 缺少一个或多个 @Named 注释

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

我在 Orika 中遇到以下异常

ParameterNamesNotFoundException: One or more @Named annotations missing for class

我有 2 个简单的 pojo,我想映射它们。

将您的 pojo class 声明移至外部 classes。 Orika 无法处理内部 classes.