mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Move customize(Un)Marshaller methods to abstract class
Issue: SPR-11488
This commit is contained in:
+2
@@ -154,6 +154,8 @@ public class Jaxb2RootElementHttpMessageConverterTests {
|
||||
outputMessage.getBodyAsString(Charset.forName("UTF-8")));
|
||||
}
|
||||
|
||||
// SPR-11488
|
||||
|
||||
@Test
|
||||
public void customizeMarshaller() throws Exception {
|
||||
MockHttpOutputMessage outputMessage = new MockHttpOutputMessage();
|
||||
|
||||
Reference in New Issue
Block a user