Class XmlFileToObjectConverter

java.lang.Object
io.github.astrapi69.jaxb.XmlFileToObjectConverter
All Implemented Interfaces:
io.github.astrapi69.xml.api.XmlFileToObject

public class XmlFileToObjectConverter extends Object implements io.github.astrapi69.xml.api.XmlFileToObject
The class XmlFileToObjectConverter can convert a given xml file to an object
  • Constructor Details

    • XmlFileToObjectConverter

      public XmlFileToObjectConverter()
  • Method Details

    • toObject

      public <T> T toObject(@NonNull @NonNull File xmlFile, @NonNull @NonNull Class<T> clazz)
      Specified by:
      toObject in interface io.github.astrapi69.xml.api.XmlFileToObject