MyCoRe-Org / libmeta

Java APIs and models for common library standards
GNU Lesser General Public License v3.0
0 stars 2 forks source link

cleanup XMLProcessor code #54

Closed rsteph-de closed 8 months ago

rsteph-de commented 9 months ago

There are >10 XMLProcesssors (one in each sub module) which deal with the JAXB marshalling and unmarshalling. They implemented the interface IXMLProcessor and had lots of redundant methods.

It was straight forward to implement a generic class and remove the redundant code from each implementation.