FixedLocaleContextResolver()
Create a default FixedLocaleResolver, exposing a configured default locale (or the JVM's default locale as fallback).
FixedLocaleContextResolver(locale: Locale)
Create a FixedLocaleResolver that exposes the given locale.
FixedLocaleContextResolver(locale: Locale, @Nullable timeZone: TimeZone)
Create a FixedLocaleResolver that exposes the given locale and time zone.