| ArcContainer |
Represents a container instance.
|
| ArcInvocationContext |
Enhanced version of InvocationContext.
|
| AsyncObserverExceptionHandler |
Handles an exception thrown by an asynchronous observer.
|
| BeanCreator<T> |
This interface is used by synthetic beans to produce a contextual instance.
|
| BeanDestroyer<T> |
It can be used by synthetic InjectableBean definitions to destroy a contextual instance.
|
| ClientProxy |
Represents a client proxy - a contextual reference to a bean with a normal scope.
|
| ComponentsProvider |
Service provider interface used to colllect the runtime components.
|
| ContextCreator |
|
| ContextInstanceHandle<T> |
An instance handle that can be used to store contextual instances in an InjectableContext.
|
| CurrentContext<T extends InjectableContext.ContextState> |
Represents the current context of a normal scope.
|
| CurrentContextFactory |
This factory can be used to create a new CurrentContext for a normal scope, e.g.
|
| InjectableBean<T> |
Quarkus representation of an injectable bean.
|
| InjectableContext |
|
| InjectableContext.ContextState |
|
| InjectableDecorator<T> |
Quarkus representation of a decorator bean.
|
| InjectableInstance<T> |
Enhanced version of Instance.
|
| InjectableInterceptor<T> |
Quarkus representation of an interceptor bean.
|
| InjectableObserverMethod<T> |
Represents an observer method.
|
| InjectableReferenceProvider<T> |
|
| InstanceHandle<T> |
Represents an instance handle.
|
| ManagedContext |
A context implementing this interface can be manually managed.
|
| RemovedBean |
An unused bean removed during the build process.
|
| ResourceReferenceProvider |
Makes it possible to resolve non-CDI injection points, such as Java EE resources.
|
| Subclass |
A marker interface that represents an intercepted/decorated subclass.
|
| SyntheticCreationalContext<T> |
Creational context for synthetic beans.
|