Module xml.jackson.extensions
Package io.github.astrapi69.xml.jackson.api
package io.github.astrapi69.xml.jackson.api
This package provides interfaces for the transformation of objects to xml and back with the xml
jackson framework
-
InterfacesClassDescriptionThe interface
JacksonXmlFileToObjectextends the interfaceXmlFileToObjectand will provide algorithms for transform a xml file to an objectIf a class implements the interfaceJacksonXmlToObjectextends the interfaceXmlFileToObjectand will provide algorithms for transform a xml string to an object