java.lang.Object
de.uni_trier.wi2.procake.utils.conversion.xml.JAXBUtil

public class JAXBUtil extends Object
  • Constructor Details

    • JAXBUtil

      public JAXBUtil()
  • Method Details

    • marshall

      public static String marshall(Object object) throws jakarta.xml.bind.JAXBException
      Throws:
      jakarta.xml.bind.JAXBException
    • marshall

      public static void marshall(OutputStream outputStream, Object object) throws jakarta.xml.bind.JAXBException
      Throws:
      jakarta.xml.bind.JAXBException
    • unmarshall

      public static <T> T unmarshall(String xml, Class<T> classes) throws jakarta.xml.bind.JAXBException
      Throws:
      jakarta.xml.bind.JAXBException
    • unmarshall

      @SafeVarargs public static <T> T unmarshall(InputStream inputStream, Class<T>... classes) throws jakarta.xml.bind.JAXBException
      Throws:
      jakarta.xml.bind.JAXBException
    • unmarshall

      public static <T> T unmarshall(Element domElement, Class<T>... classes) throws jakarta.xml.bind.JAXBException
      Throws:
      jakarta.xml.bind.JAXBException