Generated by
JDiff

Class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter

Changed Methods
Marshaller createMarshaller(Class<?>) Change in signature from Class to Class<?>.
Create a new Marshaller for the given class.
Unmarshaller createUnmarshaller(Class<?>) Change in signature from Class to Class<?>.
Create a new Unmarshaller for the given class.
JAXBContext getJaxbContext(Class<?>) Change in signature from Class to Class<?>.
Return a JAXBContext for the given class.