Class OciCdiExtension

  • All Implemented Interfaces:
    Extension

    @Deprecated(since="2.5.0",
                forRemoval=true)
    public class OciCdiExtension
    extends Object
    implements Extension
    Deprecated, for removal: This API element is subject to removal in a future version.
    OCI SDK instead
    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 Detail

      • OciCdiExtension

        public OciCdiExtension()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Default constructor, used by CDI when discovering extensions through service loader, or directly when configuring an extension instance with CDI.