public class InterceptorMetadataUtils extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
OBJECT_CLASS_NAME |
Modifier and Type | Method and Description |
---|---|
static Map<InterceptionType,List<Method>> |
buildMethodMap(EnhancedAnnotatedType<?> type,
boolean forTargetClass,
BeanManagerImpl manager) |
static boolean |
isInterceptorMethod(InterceptionType interceptionType,
Method method,
boolean forTargetClass) |
protected static final String OBJECT_CLASS_NAME
public static boolean isInterceptorMethod(InterceptionType interceptionType, Method method, boolean forTargetClass)
public static Map<InterceptionType,List<Method>> buildMethodMap(EnhancedAnnotatedType<?> type, boolean forTargetClass, BeanManagerImpl manager)
Copyright © 2016. All rights reserved.