Class LocaleSupplierTLC

java.lang.Object
dev.enola.common.locale.LocaleSupplierTLC
All Implemented Interfaces:
LocaleSupplier, Supplier<Locale>

public final class LocaleSupplierTLC extends Object implements LocaleSupplier
LocaleSupplierTLC is a LocaleSupplier implementation that looks up the current Locale from the TLC. If it's not found there, then it checks the (static) SINGLETON. Otherwise, it falls back to one passed to the constructor.