java.lang.Object
io.github.astrapi69.jaxb.XmlFileToObjectExtensions
The class
XmlFileToObjectExtensions
provides methods for convert xml File to java objects-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XmlFileToObjectExtensions
public XmlFileToObjectExtensions()
-
-
Method Details
-
toObject
Transforms the given xmlFile
object to an object of the given class type- Type Parameters:
T
- the generic type of the argument object class type- Parameters:
xmlFile
- the xml fileclazz
- the class from the class type of the object that will be returned- Returns:
- the object
-