Uses of Class
com.lokalized.DefaultStrings.Builder
-
Uses of DefaultStrings.Builder in com.lokalized
Methods in com.lokalized that return DefaultStrings.BuilderModifier and TypeMethodDescriptionDefaultStrings.Builder.failureMode
(DefaultStrings.FailureMode failureMode) Applies a failure mode to this builder.DefaultStrings.Builder.localeSupplier
(Function<LocaleMatcher, Locale> localeSupplier) Applies a locale supplier to this builder.DefaultStrings.Builder.localizedStringSupplier
(Supplier<Map<Locale, ? extends Iterable<LocalizedString>>> localizedStringSupplier) Applies a localized string supplier to this builder.DefaultStrings.Builder.tiebreakerLocalesByLanguageCode
(Map<String, List<Locale>> tiebreakerLocalesByLanguageCode) Applies a mapping of an ISO 639 language code to its ordered "tiebreaker" fallback locales to this builder.static DefaultStrings.Builder
Strings.withFallbackLocale
(Locale fallbackLocale) Vends aStrings
instance builder for the specified fallback locale.