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
JacksonXmlFileToObject
extends the interfaceXmlFileToObject
and will provide algorithms for transform a xml file to an objectIf a class implements the interfaceJacksonXmlToObject
extends the interfaceXmlFileToObject
and will provide algorithms for transform a xml string to an object