Package io.micronaut.core.io.service
package io.micronaut.core.io.service
Micronaut core i/o service classes.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionA service that may or may not be present on the classpath.Variation of
ServiceLoader
that allows soft loading and conditional loading of META-INF/services classes.Static optimizations for service loaders.Service collector for loading services of the given type.AServiceDefinition
implementation that uses aMethodHandles.Lookup
object to find a public constructor.Service loader that usesSoftServiceLoader.StaticDefinition
.