Uses of Class
io.helidon.integrations.oci.connect.spi.InjectionProvider.InjectionType
-
Packages that use InjectionProvider.InjectionType Package Description io.helidon.integrations.oci.atp OCI ATP integration.io.helidon.integrations.oci.connect.spi Service provider interfaces for OCI connect.io.helidon.integrations.oci.objectstorage OCI Object Storage integration.io.helidon.integrations.oci.telemetry Integration with OCI Telemetry.io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support. -
-
Uses of InjectionProvider.InjectionType in io.helidon.integrations.oci.atp
Methods in io.helidon.integrations.oci.atp that return types with arguments of type InjectionProvider.InjectionType Modifier and Type Method Description List<InjectionProvider.InjectionType<?>>
OciAutonomousDbInjectionProvider. injectables()
Deprecated. -
Uses of InjectionProvider.InjectionType in io.helidon.integrations.oci.connect.spi
Methods in io.helidon.integrations.oci.connect.spi that return InjectionProvider.InjectionType Modifier and Type Method Description static <T> InjectionProvider.InjectionType<T>
InjectionProvider.InjectionType. create(Class<T> type, InjectionProvider.CreateInstanceFunction<T> creator)
Create an injection type for a type and associated function to create an instance.Methods in io.helidon.integrations.oci.connect.spi that return types with arguments of type InjectionProvider.InjectionType Modifier and Type Method Description List<InjectionProvider.InjectionType<?>>
InjectionProvider. injectables()
List of injectable types supported by this provider. -
Uses of InjectionProvider.InjectionType in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return types with arguments of type InjectionProvider.InjectionType Modifier and Type Method Description List<InjectionProvider.InjectionType<?>>
OciObjectStorageInjectionProvider. injectables()
Deprecated. -
Uses of InjectionProvider.InjectionType in io.helidon.integrations.oci.telemetry
Methods in io.helidon.integrations.oci.telemetry that return types with arguments of type InjectionProvider.InjectionType Modifier and Type Method Description List<InjectionProvider.InjectionType<?>>
OciTelemetryInjectionProvider. injectables()
Deprecated. -
Uses of InjectionProvider.InjectionType in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return types with arguments of type InjectionProvider.InjectionType Modifier and Type Method Description List<InjectionProvider.InjectionType<?>>
OciVaultInjectionProvider. injectables()
Deprecated.
-