public class InterceptorMetadataUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
OBJECT_CLASS_NAME |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<InterceptionType,java.util.List<java.lang.reflect.Method>> |
buildMethodMap(EnhancedAnnotatedType<?> type,
boolean forTargetClass,
BeanManagerImpl manager) |
static boolean |
isInterceptorMethod(InterceptionType interceptionType,
java.lang.reflect.Method method,
boolean forTargetClass) |
public static boolean isInterceptorMethod(InterceptionType interceptionType, java.lang.reflect.Method method, boolean forTargetClass)
public static java.util.Map<InterceptionType,java.util.List<java.lang.reflect.Method>> buildMethodMap(EnhancedAnnotatedType<?> type, boolean forTargetClass, BeanManagerImpl manager)
Copyright © 2014. All Rights Reserved.