Module xml.jackson.extensions
Package io.github.astrapi69.xml.jackson
package io.github.astrapi69.xml.jackson
This package provides classes for the transformation of objects to xml and back with the xml
jackson framework
-
ClassesClassDescriptionThe class
JsonToXmlExtensions
helps to transform a given json string to an xml string.The classObjectToXmlConverter
provides methods for convert java objects to xml string objectsThe classObjectToXmlExtensions
provides methods for convert java objects to xml string objectsThe classObjectToXmlFileConverter
provides a single method for convert an object to a xml fileThe classXmlFileToObjectConverter
can convert a given xml file to an objectThe classXmlFileToObjectExtensions
provides methods for convert xml string objects to java objectsThe classXmlToJsonExtensions
provides methods for convert xml string objects to json stringThe classXmlToObjectConverter
can convert a given xml string to an objectThe classXmlToObjectExtensions
provides methods for convert xml string objects to java objects