phax / ph-ubl

Java library for reading and writing UBL 2.0, 2.1, 2.2, 2.3 and 2.4 documents
Apache License 2.0
110 stars 40 forks source link

XmlAdapter #13

Closed umitcel closed 6 years ago

umitcel commented 6 years ago

Hello, great work,

I wonder if we can define custom XmlAdapter annotations for types. Thank you.

phax commented 6 years ago

Hi. Please elaborate a bit on what you need. It may be done by extended the ubl-jaxb-plugin???

umitcel commented 6 years ago

Hi Philip, For example I want amountType render as 2 decimal places. By the way I just handled it with scale property of BigDecimal.

phax commented 6 years ago

Ah okay. Yes, these kind of requirements are better handled on the Java level :)