Package io.github.astrapi69.xstream
Class XmlFileToObjectConverter
- java.lang.Object
-
- io.github.astrapi69.xstream.XmlFileToObjectConverter
-
- All Implemented Interfaces:
io.github.astrapi69.xml.api.XmlFileToGenericObject
public class XmlFileToObjectConverter extends java.lang.Object implements io.github.astrapi69.xml.api.XmlFileToGenericObject
The classXmlFileToObjectConverter
can convert a given xml file to an object
-
-
Constructor Summary
Constructors Constructor Description XmlFileToObjectConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
toObject(@NonNull java.io.File xmlFile)
-