org.jboss.weld.util
Class Decorators

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

public class Decorators
extends java.lang.Object

Helper class for Decorator inspections.

Author:
Marius Bogoevici

Constructor Summary
Decorators()
           
 
Method Summary
static java.util.Set<MethodSignature> getDecoratedMethodSignatures(BeanManagerImpl beanManager, java.util.Set<java.lang.reflect.Type> decoratedTypes)
           
static WeldClass<?> getWeldClassOfDecoratedType(BeanManagerImpl beanManager, java.lang.reflect.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

getDecoratedMethodSignatures

public static java.util.Set<MethodSignature> getDecoratedMethodSignatures(BeanManagerImpl beanManager,
                                                                          java.util.Set<java.lang.reflect.Type> decoratedTypes)

getWeldClassOfDecoratedType

public static WeldClass<?> getWeldClassOfDecoratedType(BeanManagerImpl beanManager,
                                                       java.lang.reflect.Type type)


Copyright © 2008-2010 Seam Framework. All Rights Reserved.