@SneakyThrows public static <T> String convertToXml(T obj) { require(obj); JAXBContext jaxbContext = JAXBContext.newInstance(obj.getClass()); Marshaller marshaller = jaxbContext.createMarshaller(); //marshaller.setProperty(Marshaller.JAXB_FORMATTED_…