Interface LocaleResolutionConfiguration

All Known Subinterfaces:
HttpLocaleResolutionConfiguration
All Known Implementing Classes:
HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties

public interface LocaleResolutionConfiguration
Locale resolution configuration.
Since:
2.3.0
Author:
Sergio del Amo
  • Method Details

    • getFixed

      @NonNull Optional<Locale> getFixed()
      Returns:
      The fixed locale.
    • getDefaultLocale

      @NonNull Locale getDefaultLocale()
      Returns:
      The locale to be used if one cannot be resolved.