Generated by
JDiff

Class org.springframework.web.accept.ContentNegotiationManagerFactoryBean

Added Methods
void setDefaultContentTypes(List<MediaType>) Set the default content types to use when no content type is requested.
void setUseRegisteredExtensionsOnly(boolean) When favorPathExtension is set, this property determines whether to use only registered {@code MediaType} mappings to resolve a path extension to a specific MediaType.
 

Changed Methods
void setUseJaf(boolean) Now deprecated.
as of 5.0, in favor of {@link #setUseRegisteredExtensionsOnly(boolean)}, which has reverse behavior.