| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
| Class and Description |
|---|
| Annotated
Describes annotated member properties.
|
| AnnotatedCallable
Defines callables member contract.
|
| AnnotatedConstructor
Defines member constructor contract.
|
| AnnotatedField
Defines field member contract.
|
| AnnotatedMember
Defines annotated members common contract.
|
| AnnotatedMethod
Define method member contract.
|
| AnnotatedParameter
Defines member parameter contract.
|
| AnnotatedType
Defines alternative meta data for bean class.
|
| Bean
Reprensts bean instances that are contextual
and injectable by the container.
|
| BeanAttributes
Defines the mutable parts of the
Bean interface. |
| BeanManager
The interface
BeanManager is the central point for dealing with CDI. |
| CDI
Static helper class to access the
BeanManager |
| CDIProvider
Pluggable mechanism to resolve the CDI instance.
|
| Decorator
Decorator Bean.
|
| Extension
Marker interface that is implemented by the classes
that listen for the container events.
|
| InjectionPoint
An InjectionPoint object provides metadata information about an injection point.
|
| InjectionTarget
Provides operations for performing dependency injection and lifecycle
callbacks on an instance of a type.
|
| InjectionTargetFactory
A factory which is able to create container provided
InjectionTargets. |
| InterceptionType |
| Interceptor
A Bean for creating and using an interceptor.
|
| ObserverMethod
ObserverMethod is the SPI to handle an observer method, which is
an event consumer for an event of the given type T.
|
| ProcessAnnotatedType
Event is fired before reading any annotations on the class.
|
| ProcessBean
Fires event before registering bean with container.
|
| ProcessManagedBean
Fired before registering managed bean.
|
| Producer
Provides a generic operation for producing an instance of a type.
|
| ProducerFactory
A factory which is able to create container provided
Producers. |
| SessionBeanType
Session bean type enumerations.
|
| Unmanaged.UnmanagedInstance
This basically delegates to the
InjectionTarget
interface |
Copyright © 2024. All rights reserved.