org.jboss.weld.util
Class Decorators

java.lang.Object
  extended by org.jboss.weld.util.Decorators

public class Decorators
extends Object

Helper class for Decorator inspections.

Author:
Marius Bogoevici

Constructor Summary
Decorators()
           
 
Method Summary
static
<T> WeldMethod<?,?>
findDecoratorMethod(WeldDecorator<T> decorator, Map<MethodSignature,WeldMethod<?,?>> decoratorMethods, Method method)
           
static List<WeldMethod<?,?>> getDecoratedMethods(BeanManagerImpl beanManager, Set<Type> decoratedTypes)
           
static Map<MethodSignature,WeldMethod<?,?>> getDecoratorMethods(BeanManagerImpl beanManager, Set<Type> decoratedTypes, WeldClass<?> decoratorClass)
           
static WeldClass<?> getWeldClassOfDecoratedType(BeanManagerImpl beanManager, Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decorators

public Decorators()
Method Detail

getDecoratorMethods

public static Map<MethodSignature,WeldMethod<?,?>> getDecoratorMethods(BeanManagerImpl beanManager,
                                                                       Set<Type> decoratedTypes,
                                                                       WeldClass<?> decoratorClass)

getDecoratedMethods

public static List<WeldMethod<?,?>> getDecoratedMethods(BeanManagerImpl beanManager,
                                                        Set<Type> decoratedTypes)

getWeldClassOfDecoratedType

public static WeldClass<?> getWeldClassOfDecoratedType(BeanManagerImpl beanManager,
                                                       Type type)

findDecoratorMethod

public static <T> WeldMethod<?,?> findDecoratorMethod(WeldDecorator<T> decorator,
                                                      Map<MethodSignature,WeldMethod<?,?>> decoratorMethods,
                                                      Method method)


Copyright © 2013 Seam Framework. All Rights Reserved.