Uses of Class
org.jboss.weld.bean.DecoratorImpl
Packages that use DecoratorImpl
-
Uses of DecoratorImpl in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return DecoratorImplModifier and TypeMethodDescriptionstatic <T> DecoratorImpl<T>DecoratorImpl.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> clazz, BeanManagerImpl beanManager) Creates a decorator bean -
Uses of DecoratorImpl in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return types with arguments of type DecoratorImplMethods in org.jboss.weld.bootstrap with parameters of type DecoratorImplModifier and TypeMethodDescriptionvoidBeanDeployerEnvironment.addDecorator(DecoratorImpl<?> bean)