Module xml.api.main
Package io.github.astrapi69.xml.api
-
Interface Summary Interface Description Objectable If a class implements the interfaceObjectable
have to implement the method for transformation to the generic object typeObjectToXml The interfaceObjectToXml
provides a single method for convert an object to a xml stringObjectToXmlFile The interfaceObjectToXmlFile
provides a single method for convert an object to a xml stringTransformable<T> If a class implements the interfaceXmlable
have to implement the methods for transformation to a xml string and from a xml String to an Object backXmlable If a class implements the interfaceXmlable
have to implement the method for transformation to a xml stringXmlFileToObject If a class implements the interfaceXmlFileToObject
can transform a xml file to an objectXmlToGenericObject If a class implements the interfaceXmlToGenericObject
can transform a xml string or file to an object without giving explicitly the class type of the return typeXmlToObject If a class implements the interfaceXmlToObject
can transform a xml string to an object