Package io.helidon.integrations.oci.cdi
Class OciCdiExtension
java.lang.Object
io.helidon.integrations.oci.cdi.OciCdiExtension
- All Implemented Interfaces:
Extension
CDI extension that adds injection support for OCI related APIs.
This extension adds all injectables discovered through
InjectionProvider
SPI.
This extension also adds support for injection of OciRestApi, with named instances
obtained from configuration.-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor, used by CDI when discovering extensions through service loader, or directly when configuring an extension instance with CDI. -
Method Summary
-
Constructor Details
-
OciCdiExtension
public OciCdiExtension()Default constructor, used by CDI when discovering extensions through service loader, or directly when configuring an extension instance with CDI.
-