StanislavIsaev

Results 1 comments of StanislavIsaev

You do not need to register the nested bean mapper. Just remove `@RegisterBeanMapper(value = NestedStuff.class, prefix = "ns")` and add prefix in nested annotation: ` @Data public class Stuff {...