Package io.micronaut.core.io.service
Micronaut core i/o service classes.
- Since:
- 1.0
-
Interface Summary 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 usesSoftServiceLoader.StaticDefinition
. -
Class Summary Class Description SoftServiceLoader<S> Variation ofServiceLoader
that allows soft loading and conditional loading of META-INF/services classes.SoftServiceLoader.Optimizations Static optimizations for service loaders.SoftServiceLoader.StaticDefinition<S> AServiceDefinition
implementation that uses aMethodHandles.Lookup
object to find a public constructor.StreamSoftServiceLoader Deprecated.