public class StandardLocaleNormalizer extends Object implements LocaleNormalizer
| Constructor and Description |
|---|
StandardLocaleNormalizer(Locale defaultLocale,
Iterable<Locale> allowedLocales) |
StandardLocaleNormalizer(Locale defaultLocale,
Locale... allowedLocales) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Locale> |
allowedLocales() |
protected Locale |
defaultLocale() |
Locale |
normalize(Locale input) |
protected boolean |
startsWith(Locale toTest,
Locale with) |
Copyright © 2023 echocat. All rights reserved.