Package io.virtualan.core.util
Class XMLConverter
java.lang.Object
io.virtualan.core.util.XMLConverter
xml response converter.
- Author:
- Elan Thangamani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertAsXml(Method method, org.springframework.http.ResponseEntity responseEntity, String json) getReturnType(Method method) static StringobjectToXML(Class type, Object obj) returnAsXml(Method method, org.springframework.http.ResponseEntity responseEntity, String response) static ObjectxmlToObject(Class type, String xmlString)
-
Constructor Details
-
XMLConverter
public XMLConverter()
-
-
Method Details
-
returnAsXml
-
xmlToObject
- Throws:
javax.xml.bind.JAXBException
-
objectToXML
-
convertAsXml
-
getReturnType
-