Unable to map multiple values using mapstruct and lombok @Value and @Builder, works with @Data

后端 未结 0 1283
南笙
南笙 2021-01-29 02:27

I have a mapping that looks like this

@Mapper(componentModel = "spring") 
public interface CreateCdiMapper {
    CreateCdiMapper INSTANCE = Mappers.getM         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题