Uses of Interface
jakarta.enterprise.inject.spi.Decorator
-
Packages that use Decorator Package Description jakarta.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of Decorator in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return types with arguments of type Decorator Modifier and Type Method Description List<Decorator<?>>
BeanManager. resolveDecorators(Set<Type> types, Annotation... qualifiers)
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which theBeanManager
was injected or the Java EE component from whose JNDI environment namespace theBeanManager
was obtained.
-