class ServiceLoaderZoneRulesInitializer extends ZoneRulesInitializer
Try to load time zone rules from implementations via reflefction
- Alphabetic
- By Inheritance
- ServiceLoaderZoneRulesInitializer
- ZoneRulesInitializer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ServiceLoaderZoneRulesInitializer()
Value Members
- def initializeProviders(): Unit
Initialize the providers.
Initialize the providers.
The implementation should perform whatever work is necessary to initialize the providers. This will result in one or more calls to
ZoneRulesProvider#registerProvider(ZoneRulesProvider)
.It is vital that the instance of
ZoneRulesProvider
is not created until this method is invoked.It is guaranteed that this method will be invoked once and only once.
- Definition Classes
- ServiceLoaderZoneRulesInitializer → ZoneRulesInitializer