Generated by
JDiff

Class org.springframework.oxm.jaxb.Jaxb2Marshaller

Added interface org.springframework.context.ResourceLoaderAware.
Documentation changed from old to new.

Added Methods
String[] getPackagesToScan() Return the packages to search for JAXB2 annotations.
void setCheckForXmlRootElement(boolean) Specify whether the .supports(Class) should check for @XmlRootElement annotations.
void setPackagesToScan(String[]) Set the packages to search using Spring-based scanning for classes with JAXB2 annotations in the classpath.
void setResourceLoader(ResourceLoader)  
 

Changed Methods
Unmarshaller createUnmarshaller() Documentation changed from old to new.
Return a newly created JAXB unmarshaller.
void setClassesToBeBound(Class[]) Documentation changed from old to new.
Set the list of Java classes to be recognized by a newly created JAXBContext.
void setContextPath(String) Documentation changed from old to new.
Set a JAXB context path.
void setSchemaResourceResolver(LSResourceResolver) Documentation changed from old to new.
Set the resource resolver, as used to load the schema resources.
void setSupportJaxbElementClass(boolean) Documentation changed from old to new.
Specify whether the .supports(Class) returns {@code true} for the JAXBElement class.