public interface CDIProvider extends Prioritized
Pluggable mechanism to resolve the CDI instance.
A container or an application can set this with
CDI.setCDIProvider(CDIProvider)
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CDI_PROVIDER_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
CDI<Object> |
getCDI() |
default int |
getPriority() |
static final int DEFAULT_CDI_PROVIDER_PRIORITY
default int getPriority()
getPriority in interface PrioritizedCopyright © 2021. All rights reserved.