org.jboss.weld.util
Class Decorators
java.lang.Object
org.jboss.weld.util.Decorators
public class Decorators
- extends Object
Helper class for Decorator
inspections.
- Author:
- Marius Bogoevici
Method Summary |
static
|
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 |
Decorators
public Decorators()
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.