Uses of Interface
jakarta.enterprise.context.spi.Contextual
Packages that use Contextual
Package
Description
The custom context SPI.
The portable extension integration SPI.
Classes for enabling Bean Validation CDI integration.
This package contains utility classes.
-
Uses of Contextual in jakarta.enterprise.context.spi
Methods in jakarta.enterprise.context.spi with parameters of type ContextualModifier and TypeMethodDescriptionvoidAlterableContext.destroy(Contextual<?> contextual) Destroy the existing contextual instance.<T> TContext.get(Contextual<T> contextual) Return an existing instance of a certain contextual type or a null value.<T> TContext.get(Contextual<T> contextual, CreationalContext<T> creationalContext) Return an existing instance of certain contextual type or create a new instance by callingcreate(CreationalContext)and return the new instance. -
Uses of Contextual in jakarta.enterprise.inject.spi
Subinterfaces of Contextual in jakarta.enterprise.inject.spiModifier and TypeInterfaceDescriptioninterfaceBean<T>Represents an enabled bean.interfaceDecorator<T>Represents an enabled decorator.interfaceInterceptor<T>Represents an enabled interceptor.Methods in jakarta.enterprise.inject.spi with parameters of type ContextualModifier and TypeMethodDescription<T> CreationalContext<T>BeanContainer.createCreationalContext(Contextual<T> contextual) Obtain an instance of aCreationalContextfor the given contextual type, or for a non-contextual object. -
Uses of Contextual in org.hibernate.validator.cdi.internal
Classes in org.hibernate.validator.cdi.internal that implement Contextual -
Uses of Contextual in org.infinispan.cdi.common.util
Classes in org.infinispan.cdi.common.util that implement ContextualModifier and TypeClassDescriptionclassA base class for implementingBean.classA base class for implementingBean.classA base class for implementing aPassivationCapableBean. -
Uses of Contextual in org.jboss.weld.context.api
Methods in org.jboss.weld.context.api that return Contextual