Interface LocaleProvider

All Superinterfaces:
Supplier<Locale>

@API(status=STABLE, since="6.1") public interface LocaleProvider extends Supplier<Locale>
Custom Locale provider for use with DefaultLocale.localeProvider().
Since:
6.1
  • Method Summary

    Methods inherited from interface Supplier

    get