mapstruct-spring-plus
mapstruct-spring-plus copied to clipboard
请问如何配置map.class的转换?
@Mapping(target = "name", source = "customerName") Customer toCustomer(Map<String, String> map); 请问如何配置这种转换?