Interface BootstrapServiceRegistry
- All Superinterfaces:
AutoCloseable, ServiceRegistry
Provides the most basic services such as class loading. Other
configuration-time objects such as
MetadataSources,
StandardServiceRegistryBuilder, and Configuration
all depend on an instance of BootstrapServiceRegistry.
An instance may be obtained using BootstrapServiceRegistryBuilder.build().
Specialized from ServiceRegistry mainly for type safety.
- See Also:
-
Method Summary
Methods inherited from interface ServiceRegistry
close, getParentServiceRegistry, getService, requireService