| Class | Description | 
|---|---|
| CompositeServiceLoader | 
 A composite service loader contains a list a service loaders. 
 | 
| DependencyInjectionServiceLoader | 
 Service loader implementation that creates service instance from a declared implementation class name. 
 | 
| FilePropertiesServiceLoader | 
 Service loader that retrieves services implementations from a property file. 
 | 
| MetaInfServiceLoader | 
 Service loader that retrieves services implementations following standard Java service definition. 
 | 
| ServiceLoaderHelper | 
 Helper class for service loaders. 
 | 
| SimpleServiceLoader | 
 Service loader that creates service instance based on default service implementation class. 
 | 
| SystemPropertiesServiceLoader | 
 Service loader that retrieves services implementations using system properties. 
 |