Interface | Description |
---|---|
ServiceDefinition<T> |
A service that may or may not be present on the classpath.
|
SoftServiceLoader.ServiceCollector<S> |
Service collector for loading services of the given type.
|
SoftServiceLoader.StaticServiceLoader<S> |
Service loader that uses
SoftServiceLoader.StaticDefinition . |
Class | Description |
---|---|
SoftServiceLoader<S> |
Variation of
ServiceLoader that allows soft loading and conditional loading of
META-INF/services classes. |
SoftServiceLoader.Optimizations |
Static optimizations for service loaders.
|
SoftServiceLoader.StaticDefinition<S> |
A
ServiceDefinition implementation that uses a MethodHandles.Lookup object to find a public constructor. |
StreamSoftServiceLoader | Deprecated |