You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, domain classes like PaymentMethod are tied to SimpleXML's annotations. I think this is not good and perhaps they should be decoupled from this concerns somehow...
What do you think?
The text was updated successfully, but these errors were encountered:
👍 Should be decoupled, but first should be decoupled the XML provider, in fact SimpleXML uses StAX under the hood. I think that is not a big issue, since SimpleXML is a lightweight dependency and allows to plug your preferred StAX implementation.
Currently, domain classes like
PaymentMethod
are tied to SimpleXML's annotations. I think this is not good and perhaps they should be decoupled from this concerns somehow...What do you think?
The text was updated successfully, but these errors were encountered: