ctruchi

Results 1 comments of ctruchi

I just found someone on kotlin slack (named Stephan Schroeder) providing a solution : You need a mapper like this : ```kotlin XmlMapper(JacksonXmlModule() .apply { setXMLTextElementName("text") }) ``` and annotate...