Generated by
JDiff

Class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer

Documentation changed from old to new.

Changed Methods
ContentNegotiationConfigurer favorParameter(boolean) Documentation changed from old to new.
Indicate whether a request parameter should be used to determine the requested media type with the 2nd highest priority, i.e.
ContentNegotiationConfigurer parameterName(String) Documentation changed from old to new.
Set the parameter name that can be used to determine the requested media type if the .favorParameter(boolean) property is {@code true}.
ContentNegotiationConfigurer useJaf(boolean) Documentation changed from old to new.
Indicate whether to use the Java Activation Framework as a fallback option to map from file extensions to media types.