Class InterceptorMetadataUtils
java.lang.Object
org.jboss.weld.interceptor.reader.InterceptorMetadataUtils
- Author:
- Marius Bogoevici, Marko Luksa
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<InterceptionType,List<Method>> buildMethodMap(EnhancedAnnotatedType<?> type, boolean forTargetClass, BeanManagerImpl manager) static booleanisInterceptorMethod(InterceptionType interceptionType, Method method, boolean forTargetClass)
-
Field Details
-
OBJECT_CLASS_NAME
-
-
Method Details
-
isInterceptorMethod
public static boolean isInterceptorMethod(InterceptionType interceptionType, Method method, boolean forTargetClass) -
buildMethodMap
public static Map<InterceptionType,List<Method>> buildMethodMap(EnhancedAnnotatedType<?> type, boolean forTargetClass, BeanManagerImpl manager)
-