Description
Like found in SYNCOPE-231 there is a way to make the setters of TOs work with CXF. So this issue is to change them to the new style.
public void setOrders(List<Order> orders) {
if (this.orders != orders)
}
Attachments
Issue Links
- relates to
-
SYNCOPE-246 Remove collection setters in transfer objects for JAXB marshalling
- Closed