Generated by
JDiff

Class org.springframework.http.HttpHeaders

Removed Methods
Locale getAcceptLanguageAsLocale() A variant of .getAcceptLanguage() that converts each java.util.Locale.LanguageRange to a Locale and returns the first one on the list.
void setAcceptLanguageAsLocale(Locale) A variant of .setAcceptLanguage(List) that sets the {@literal Accept-Language} header value to the specified locale.
 

Added Methods
List<Locale> getAcceptLanguageAsLocales() A variant of .getAcceptLanguage() that converts each java.util.Locale.LanguageRange to a Locale.
void setAcceptLanguageAsLocales(List<Locale>) Variant of .setAcceptLanguage(List) using Locale's.