I am using JAXB for convert java object into XML string using JAXB
Below my JAVA class code
@XmlRootElement(name = "mainDto") @AllArgsConstructor