Uses of Class
org.jboss.weld.bean.DecoratorImpl
-
Packages that use DecoratorImpl Package Description org.jboss.weld.bean org.jboss.weld.bootstrap -
-
Uses of DecoratorImpl in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return DecoratorImpl Modifier and Type Method Description static <T> DecoratorImpl<T>DecoratorImpl. of(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 DecoratorImpl Modifier and Type Method Description Set<DecoratorImpl<?>>BeanDeployerEnvironment. getDecorators()Methods in org.jboss.weld.bootstrap with parameters of type DecoratorImpl Modifier and Type Method Description voidBeanDeployerEnvironment. addDecorator(DecoratorImpl<?> bean)
-