@Mapping(target = "payments", source="**reservationPaymentList.reservationPayment**",qualifiedBy = PaymentMapperAnnot.class)
Order getUOPOrderModel(GetOrderDetailsResponseType request);
In above example in source I am sending one object. is there any possibility where I can send multiple objects so that qualified annotation can accept multiple objects.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…