All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
ActivateRequestContext |
The container provides a built in interceptor that may be used to annotate classes and methods to indicate
that a request context should be activated when this method is invoked.
|
AfterBeanDiscovery |
The event type of the second event fired by the container when it has fully completed the bean discovery process, validated
that there are no definition errors relating to the discovered beans, and registered Bean
and ObserverMethod objects for the discovered beans, but before detecting deployment
problems.
|
AfterDeploymentValidation |
The event type of the third event fired by the container after it has validated that there are no deployment problems and
before creating contexts or processing requests.
|
AfterTypeDiscovery |
This event type is thrown by the container after type discovery is complete.
|
AlterableContext |
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
|
Alternative |
Specifies that a bean is an alternative.
|
Alternative.Literal |
Supports inline instantiation of the Alternative annotation.
|
AmbiguousResolutionException |
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for
injection into a certain class.
|
Annotated |
Represents a Java program element that can be annotated.
|
AnnotatedCallable<X> |
Represents a callable member of a Java type.
|
AnnotatedConstructor<X> |
Represents a constructor of a Java class.
|
AnnotatedConstructorConfigurator<T> |
|
AnnotatedField<X> |
Represents a field of a Java class.
|
AnnotatedFieldConfigurator<T> |
|
AnnotatedMember<X> |
Represents a member of a Java type.
|
AnnotatedMethod<X> |
Represents a method of a Java type.
|
AnnotatedMethodConfigurator<T> |
|
AnnotatedParameter<X> |
Represents a parameter of a method or constructor.
|
AnnotatedParameterConfigurator<T> |
|
AnnotatedType<X> |
Represents a Java class or interface.
|
AnnotatedTypeConfigurator<T> |
|
AnnotationBuilder |
Builder for annotations of given type.
|
AnnotationBuilderFactory |
|
AnnotationInfo |
|
AnnotationLiteral<T extends java.lang.annotation.Annotation> |
Supports inline instantiation of annotation type instances.
|
AnnotationMember |
The value of an annotation member.
|
AnnotationMember.Kind |
The kind of the annotation member value.
|
AnnotationTarget |
An annotation target is anything that can be annotated.
|
Any |
The built-in qualifier type.
|
Any.Literal |
Supports inline instantiation of the Any qualifier.
|
ApplicationScoped |
Specifies that a bean is application scoped.
|
ApplicationScoped.Literal |
|
ArrayType |
|
Bean<T> |
|
BeanAttributes<T> |
The BeanAttributes interface exposes the basic attributes of a bean.
|
BeanAttributesConfigurator<T> |
|
BeanConfigurator<T> |
This API is an helper to configure a new Bean instance.
|
BeanContainer |
BeanContainer is a superclass of BeanManager containing capabilities that are portable across
all CDI environments.
|
BeanInfo |
Beans are:
managed beans
beans defined by producer methods
beans defined by producer fields
synthetic beans
Managed beans are also known as class-based beans, while beans defined by producer methods
and producer fields are together also known as producer-based beans.
|
BeanManager |
Allows a portable extension to interact directly with the container.
|
BeforeBeanDiscovery |
This event type is thrown by the container before the bean discovery process begins.
|
BeforeDestroyed |
An event with this qualifier is fired when a context is about to be destroyed, i.e.
|
BeforeDestroyed.Literal |
|
BeforeShutdown |
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
|
BuildCompatibleExtension |
Build compatible extensions are service providers for this interface, as defined in ServiceLoader .
|
BuildServices |
|
BuildServicesResolver |
|
BusyConversationException |
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation
context.
|
CDI<T> |
Provides access to the current container.
|
CDIProvider |
Interface implemented by a CDI provider to provide access to the current container
|
ClassConfig |
Allows adding annotations to and removing annotations from a class.
|
ClassInfo |
A class.
|
ClassType |
A class type, including interface types, enum types, annotation types and record types.
|
Context |
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
|
ContextException |
Indicates a problem relating to context management.
|
ContextNotActiveException |
Indicates that a context is not active.
|
Contextual<T> |
Defines operations to create and destroy contextual instances of a certain type.
|
Conversation |
Allows the application to manage the conversation context by marking
the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation
timeout.
|
ConversationScoped |
Specifies that a bean is conversation scoped.
|
ConversationScoped.Literal |
|
CreationalContext<T> |
Provides operations that are used by the Contextual implementation during instance
creation and destruction.
|
CreationException |
Indicates that a checked exception was thrown during creation of a bean.
|
DeclarationConfig |
Allows adding annotations to and removing annotations from a declaration.
|
DeclarationInfo |
A declaration is an element of a program source code.
|
DeclarationInfo.Kind |
|
Decorated |
A decorator may inject metadata about the bean it is decorating
|
Decorator |
Specifies that a class is a decorator.
|
Decorator<T> |
|
Default |
The default qualifier type.
|
Default.Literal |
Supports inline instantiation of the Default qualifier.
|
DefinitionException |
Thrown when a definition error occurs.
|
Delegate |
Identifies the delegate injection point of a decorator.
|
Dependent |
Specifies that a bean belongs to the dependent pseudo-scope.
|
Dependent.Literal |
Supports inline instantiation of the Dependent annotation.
|
DeploymentException |
Thrown when a deployment problem occurs.
|
Destroyed |
An event with this qualifier is fired when a context is destroyed, i.e.
|
Destroyed.Literal |
Supports inline instantiation of the Destroyed qualifier.
|
Discovery |
|
DisposerInfo |
Disposer methods may exist for producer-based beans.
|
Disposes |
Identifies the disposed parameter of a disposer method.
|
Enhancement |
|
Event<T> |
Allows the application to fire events of a particular type.
|
EventContext<T> |
Represents a context of a fired event.
|
EventMetadata |
Provides access to metadata about an observed event payload.
|
Extension |
Service interface implemented by extensions.
|
FieldConfig |
Allows adding annotations to and removing annotations from a field.
|
FieldInfo |
|
IllegalProductException |
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the
producer method or field was not Dependent .
|
Initialized |
An event with this qualifier is fired when a context is initialized, i.e.
|
Initialized.Literal |
Supports inline instantiation of the Initialized qualifier.
|
InjectionException |
Indicates a problem relating to dependency injection.
|
InjectionPoint |
Provides access to metadata about an injection point.
|
InjectionPointConfigurator |
This API is an helper to configure an existing InjectionPoint instance.
|
InjectionPointInfo |
An injection point defined on some bean.
|
InjectionTarget<T> |
Provides operations for performing dependency injection and lifecycle callbacks on an
instance of a type.
|
InjectionTargetFactory<T> |
|
InjectLiteral |
Supports inline instantiation of the Inject annotation.
|
Instance<T> |
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
|
Instance.Handle<T> |
This interface represents a contextual reference handle.
|
Intercepted |
An interceptor may inject metadata about the bean it is intercepting.
|
InterceptionFactory<T> |
InterceptionFactory allows to create a wrapper instance whose method invocations are intercepted by method
interceptors and forwarded to a provided instance.
|
InterceptionType |
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
|
Interceptor<T> |
Represents an enabled interceptor.
|
InterceptorInfo |
Interceptors are managed beans annotated @Interceptor .
|
Messages |
|
MetaAnnotations |
Allows registering custom CDI meta-annotations: qualifiers, interceptor bindings,
stereotypes, and scopes.
|
MethodConfig |
Allows adding annotations to and removing annotations from a method.
|
MethodInfo |
A method or a constructor, declared in some class.
|
Model |
The built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such
as JSF.
|
NamedLiteral |
Supports inline instantiation of the Named qualifier.
|
Nonbinding |
Excludes a member of an annotation type (such as a qualifier type or
interceptor binding type) from consideration when the container compares two annotation
instances.
|
Nonbinding.Literal |
Supports inline instantiation of the Nonbinding annotation.
|
NonexistentConversationException |
Indicates that the conversation context could not be restored.
|
NormalScope |
Specifies that an annotation type is a normal scope type.
|
NotificationOptions |
Notification options are used to configure observer notification.
|
NotificationOptions.Builder |
Notification options builder.
|
ObserverException |
Indicates that a checked exception was thrown by an observer method during event notification.
|
ObserverInfo |
Observers are:
observer methods
synthetic observers
Observer methods directly correspond to a method declaration in program source code.
|
ObserverMethod<T> |
|
ObserverMethodConfigurator<T> |
|
ObserverMethodConfigurator.EventConsumer<T> |
Represents an operation that accepts a context of a fired event.
|
Observes |
Identifies the event parameter of an observer method.
|
ObservesAsync |
Identifies the event parameter of an asynchronous observer method.
|
PackageInfo |
A package, possibly annotated in package-info.java .
|
ParameterConfig |
Allows adding annotations to and removing annotations from a method parameter.
|
ParameterInfo |
A method parameter or a constructor parameter, declared in some method
or constructor.
|
ParameterizedType |
A parameterized type.
|
Parameters |
A String -keyed parameter map.
|
PassivationCapable |
Indicates that a custom implementation of Bean or
Contextual is passivation capable.
|
PrimitiveType |
Primitive types are:
boolean
byte
short
int
long
float
double
char
|
PrimitiveType.PrimitiveKind |
|
Prioritized |
This interface allows some SPI implementation to change their priority programmatically.
|
ProcessAnnotatedType<X> |
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads
the declared annotations.
|
ProcessBean<X> |
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before
registering the Bean object.
|
ProcessBeanAttributes<T> |
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before
registering the Bean object.
|
ProcessInjectionPoint<T,X> |
The container fires an event of this type for every injection point of every Java EE component class supporting injection
that may be instantiated by the container at runtime, including every managed bean declared using
jakarta.annotation.ManagedBean , EJB session or message-driven bean, enabled bean, enabled interceptor or enabled
decorator.
|
ProcessInjectionTarget<X> |
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by
the container at runtime, including every managed bean declared using jakarta.annotation.ManagedBean , EJB session or
message-driven bean, enabled bean, enabled interceptor or enabled decorator.
|
ProcessManagedBean<X> |
The container fires an event of this type for each enabled managed bean, before registering the
Bean object.
|
ProcessObserverMethod<T,X> |
|
ProcessProducer<T,X> |
|
ProcessProducerField<T,X> |
The container fires an event of this type for each enabled producer field, before registering the
Bean object.
|
ProcessProducerMethod<T,X> |
The container fires an event of this type for each enabled producer method, before registering the
Bean object.
|
ProcessSessionBean<X> |
The container fires an event of this type for each enabled session bean, before registering the
Bean object.
|
ProcessSyntheticAnnotatedType<X> |
|
ProcessSyntheticBean<X> |
|
ProcessSyntheticObserverMethod<T,X> |
|
Producer<T> |
Provides a generic operation for producing an instance of a type.
|
ProducerConfigurator<T> |
|
ProducerFactory<X> |
|
Produces |
Identifies a producer method or field.
|
QualifierLiteral |
Supports inline instantiation of the Qualifier annotation.
|
Reception |
Distinguishes conditional observer methods from observer methods which are
always notified.
|
RecordComponentInfo |
A record component, declared in some record.
|
Registration |
|
RequestContextController |
The CDI container provides a built in instance of RequestContextController that is dependent scoped for the purposes
of activating and deactivating.
|
RequestScoped |
Specifies that a bean is request scoped.
|
RequestScoped.Literal |
|
ResolutionException |
Indicates a problem relating to typesafe resolution.
|
ScannedClasses |
Allows adding additional classes to the set of types discovered during type discovery.
|
ScopeInfo |
A scope of a bean.
|
SeContainer |
Provides access to the current container in Java SE.
|
SeContainerInitializer |
A CDI container initializer for Java SE.
|
SessionBeanType |
Identifies the kind of EJB session bean.
|
SessionScoped |
Specifies that a bean is session scoped.
|
SessionScoped.Literal |
|
Shutdown |
A CDI event with payload of type Shutdown and qualifier Any is
synchronously fired by CDI container during application shutdown.
|
SingletonLiteral |
Supports inline instantiation of the Singleton annotation.
|
SkipIfPortableExtensionPresent |
If a build compatible extension is annotated
@SkipIfPortableExtensionPresent , it is ignored when the CDI container
can execute portable extensions and determines that a portable extension
of given class is present.
|
Specializes |
Indicates that a bean directly specializes another bean.
|
Specializes.Literal |
Supports inline instantiation of the Specializes annotation.
|
Startup |
A CDI event with payload of type Startup and qualifier Any is
synchronously fired by CDI container during application initialization.
|
Stereotype |
Specifies that an annotation type is a stereotype.
|
StereotypeInfo |
A stereotype.
|
Synthesis |
|
SyntheticBeanBuilder<T> |
Builder for synthetic beans.
|
SyntheticBeanCreator<T> |
|
SyntheticBeanDisposer<T> |
|
SyntheticComponents |
Allows registering synthetic beans and observers.
|
SyntheticObserver<T> |
|
SyntheticObserverBuilder<T> |
Builder for synthetic observers.
|
TransactionPhase |
Distinguishes the various kinds of transactional observer methods from regular
observer methods which are notified immediately.
|
TransientReference |
If a parameter annotated with @TransientReference resolves to a dependent scoped bean, then the bean will be
destroyed after the invocation completes.
|
TransientReference.Literal |
|
Type |
A type is used in a program source code, but does not have to be declared anywhere.
|
Type.Kind |
|
Typed |
Restricts the bean types of a bean.
|
Typed.Literal |
Supports inline instantiation of the Typed annotation.
|
TypeLiteral<T> |
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
|
Types |
|
TypeVariable |
Type variables represent type parameters declared on generic classes or methods.
|
Unmanaged<T> |
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
|
Unmanaged.UnmanagedInstance<T> |
Represents a non-contextual instance.
|
UnproxyableResolutionException |
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the
bean type cannot be proxied by the container.
|
UnsatisfiedResolutionException |
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection
into a certain class.
|
Validation |
|
Vetoed |
Veto the processing of the class.
|
Vetoed.Literal |
Supports inline instantiation of the Vetoed annotation.
|
VoidType |
The void pseudo-type.
|
WildcardType |
A wildcard type.
|
WithAnnotations |
|