Uses of Interface
org.jboss.weld.bean.WeldDecorator
-
Packages that use WeldDecorator Package Description org.jboss.weld.bean org.jboss.weld.util -
-
Uses of WeldDecorator in org.jboss.weld.bean
Classes in org.jboss.weld.bean that implement WeldDecorator Modifier and Type Class Description classCustomDecoratorWrapper<T>A wrapper for a decorated instance.classDecoratorImpl<T> -
Uses of WeldDecorator in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type WeldDecorator Modifier and Type Method Description static Set<InvokableAnnotatedMethod<?>>Decorators. getDecoratorMethods(BeanManagerImpl beanManager, WeldDecorator<?> decorator)Determines the set ofInvokableAnnotatedMethods representing decorated methods of the specified decorator.
-