public class Decorators extends Object
Decorator
inspections.Constructor and Description |
---|
Decorators() |
Modifier and Type | Method and Description |
---|---|
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) |
public static Map<MethodSignature,WeldMethod<?,?>> getDecoratorMethods(BeanManagerImpl beanManager, Set<Type> decoratedTypes, WeldClass<?> decoratorClass)
public static List<WeldMethod<?,?>> getDecoratedMethods(BeanManagerImpl beanManager, Set<Type> decoratedTypes)
public static WeldClass<?> getWeldClassOfDecoratedType(BeanManagerImpl beanManager, Type type)
public static <T> WeldMethod<?,?> findDecoratorMethod(WeldDecorator<T> decorator, Map<MethodSignature,WeldMethod<?,?>> decoratorMethods, Method method)
Copyright © 2013 Seam Framework. All rights reserved.