Interface InjectionProvider
- All Known Implementing Classes:
OciAutonomousDbInjectionProvider,OciObjectStorageInjectionProvider,OciTelemetryInjectionProvider,OciVaultInjectionProvider
public interface InjectionProvider
A Java Service Loader service for locating injectable instances.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn interface to allow lambda for creating instances.static classA single type that can be injected. -
Method Summary
Modifier and TypeMethodDescriptionList of injectable types supported by this provider.
-
Method Details
-
injectables
List<InjectionProvider.InjectionType<?>> injectables()List of injectable types supported by this provider.- Returns:
- list of types
-