Class XmlToObjectConverter

  • All Implemented Interfaces:
    io.github.astrapi69.xml.api.XmlToGenericObject

    public class XmlToObjectConverter
    extends java.lang.Object
    implements io.github.astrapi69.xml.api.XmlToGenericObject
    The class XmlToObjectConverter can convert a given xml string to an object
    • Method Summary

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

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

      • XmlToObjectConverter

        public XmlToObjectConverter()
    • Method Detail

      • toObject

        public <T> T toObject​(@NonNull
                              @NonNull java.lang.String xmlString)
        Specified by:
        toObject in interface io.github.astrapi69.xml.api.XmlToGenericObject