public class InterceptorMetadataUtils extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
OBJECT_CLASS_NAME |
Constructor and Description |
---|
InterceptorMetadataUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isInterceptorMethod(InterceptionType interceptionType,
MethodMetadata method,
boolean forTargetClass) |
static InterceptorMetadata |
readMetadataForInterceptorClass(InterceptorReference<?> interceptorReference) |
static InterceptorMetadata |
readMetadataForTargetClass(ClassMetadata<?> classMetadata) |
protected static final String OBJECT_CLASS_NAME
public static InterceptorMetadata readMetadataForInterceptorClass(InterceptorReference<?> interceptorReference)
public static InterceptorMetadata readMetadataForTargetClass(ClassMetadata<?> classMetadata)
public static boolean isInterceptorMethod(InterceptionType interceptionType, MethodMetadata method, boolean forTargetClass)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.