Class 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 class XmlFileToObjectConverter can convert a given xml file to an object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T toObject​(@NonNull java.io.File xmlFile)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlFileToObjectConverter

        public XmlFileToObjectConverter()
    • Method Detail

      • toObject

        public <T> T toObject​(@NonNull
                              @NonNull java.io.File xmlFile)
        Specified by:
        toObject in interface io.github.astrapi69.xml.api.XmlFileToGenericObject