Module xml.api.main
Package io.github.astrapi69.xml.api
This package provides interfaces for the transformation of objects to xml and back
-
Interface Summary Interface Description Objectable If a class implements the interfaceObjectablehave to implement the method for transformation to the generic object typeObjectToXml The interfaceObjectToXmlprovides a single method for convert an object to a xml stringObjectToXmlFile The interfaceObjectToXmlFileprovides a single method for convert an object to a xml stringTransformable<T> If a class implements the interfaceXmlablehave to implement the methods for transformation to a xml string and from a xml String to an Object backXmlable If a class implements the interfaceXmlablehave to implement the method for transformation to a xml stringXmlFileToGenericObject If a class implements the interfaceXmlFileToGenericObjectcan transform a xml file to an object without giving explicitly the class type of the return typeXmlFileToObject If a class implements the interfaceXmlFileToObjectcan transform a xml file to an objectXmlToGenericObject If a class implements the interfaceXmlToGenericObjectcan transform a xml file to an object without giving explicitly the class type of the return typeXmlToObject If a class implements the interfaceXmlToObjectcan transform a xml string to an object