public class Decorators
extends java.lang.Object
Decorator inspections.| Constructor and Description |
|---|
Decorators() |
| Modifier and Type | Method and Description |
|---|---|
static <T> WeldMethod<?,?> |
findDecoratorMethod(WeldDecorator<T> decorator,
java.util.Map<MethodSignature,WeldMethod<?,?>> decoratorMethods,
java.lang.reflect.Method method) |
static java.util.List<WeldMethod<?,?>> |
getDecoratedMethods(BeanManagerImpl beanManager,
java.util.Set<java.lang.reflect.Type> decoratedTypes) |
static java.util.Map<MethodSignature,WeldMethod<?,?>> |
getDecoratorMethods(BeanManagerImpl beanManager,
java.util.Set<java.lang.reflect.Type> decoratedTypes,
WeldClass<?> decoratorClass) |
static WeldClass<?> |
getWeldClassOfDecoratedType(BeanManagerImpl beanManager,
java.lang.reflect.Type type) |
public static java.util.Map<MethodSignature,WeldMethod<?,?>> getDecoratorMethods(BeanManagerImpl beanManager, java.util.Set<java.lang.reflect.Type> decoratedTypes, WeldClass<?> decoratorClass)
public static java.util.List<WeldMethod<?,?>> getDecoratedMethods(BeanManagerImpl beanManager, java.util.Set<java.lang.reflect.Type> decoratedTypes)
public static WeldClass<?> getWeldClassOfDecoratedType(BeanManagerImpl beanManager, java.lang.reflect.Type type)
public static <T> WeldMethod<?,?> findDecoratorMethod(WeldDecorator<T> decorator, java.util.Map<MethodSignature,WeldMethod<?,?>> decoratorMethods, java.lang.reflect.Method method)
Copyright © 2014 Seam Framework. All Rights Reserved.