-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Jakub Štiller opened SPR-17388 and commented
I would like to have ability to customize Jaxb Marshller inside org.springframework.http.codec.xml.Jaxb2XmlEncoder.
My goal is to setup Marshaller to output CDATA element, as described here https://coderleaf.wordpress.com/2016/11/14/handling-cdata-with-jaxb/ . Currently there is no way how to setup custom properties into Marshaller.
Current workaround is to create custom XmlEncoder as copy paste of org.springframework.http.codec.xml.Jaxb2XmlEncoder and with customization of Marshaller
Affects: 5.1.1
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement