I O T X 
All Classes All Packages

I

io.github.astrapi69.xml.api - package io.github.astrapi69.xml.api
 

O

Objectable - Interface in io.github.astrapi69.xml.api
A class that implements this interface can transform an xml string or file to an object
ObjectToXml - Interface in io.github.astrapi69.xml.api
The interface ObjectToXml provides a single method for convert an object to a xml string
ObjectToXmlFile - Interface in io.github.astrapi69.xml.api
The interface ObjectToXmlFile provides a single method for convert an object to a xml string

T

toObject(File, Class<T>) - Method in interface io.github.astrapi69.xml.api.XmlFileToObject
Transformes the given xml string to an Object of type T.
toObject(String) - Method in interface io.github.astrapi69.xml.api.Objectable
Transforms the given xml string to an object of type T
toObject(String, Class<T>) - Method in interface io.github.astrapi69.xml.api.XmlToObject
Transformes the given xml string to an Object of type T.
toXml() - Method in interface io.github.astrapi69.xml.api.Xmlable
Transform this object to xml String.
toXml(T) - Method in interface io.github.astrapi69.xml.api.ObjectToXml
Converts the given object to a xml string
toXml(T, File) - Method in interface io.github.astrapi69.xml.api.ObjectToXmlFile
Converts the given object to a xml file
Transformable<T> - Interface in io.github.astrapi69.xml.api
A class that implements this interface marks the object that it can be transformed to an xml string and from an xml String to an Object back.

X

Xmlable - Interface in io.github.astrapi69.xml.api
A class that implements this interface marks the object that it can be transformed to an xml string.
XmlFileToObject - Interface in io.github.astrapi69.xml.api
 
XmlToObject - Interface in io.github.astrapi69.xml.api
A class that implements this interface can transform an xml string or file to an object
I O T X 
All Classes All Packages