LocaleProviderAdapter

abstract class LocaleProviderAdapter

The LocaleProviderAdapter abstract class.

Author

Naoto Sato

Masayoshi Okutsu

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Adapter type.

Properties

Link copied to clipboard

Returns the type of this LocaleProviderAdapter

Link copied to clipboard

Returns a JavaTimeDateTimePatternProvider for this LocaleProviderAdapter, or null if no JavaTimeDateTimePatternProvider is available.

Link copied to clipboard

Returns a BreakIteratorProvider for this LocaleProviderAdapter, or null if no BreakIteratorProvider is available.

Functions

Link copied to clipboard

Getter method for Locale Service Providers.

Link copied to clipboard

A utility method for implementing the default LocaleServiceProvider.isSupportedLocale for the JRE, CLDR, and FALLBACK adapters.