org.jboss.weld.interceptor.reader
Class InterceptorMetadataUtils
java.lang.Object
org.jboss.weld.interceptor.reader.InterceptorMetadataUtils
public class InterceptorMetadataUtils
- extends Object
- Author:
- Marius Bogoevici
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBJECT_CLASS_NAME
protected static final String OBJECT_CLASS_NAME
InterceptorMetadataUtils
public InterceptorMetadataUtils()
readMetadataForInterceptorClass
public static InterceptorMetadata readMetadataForInterceptorClass(InterceptorReference<?> interceptorReference)
readMetadataForTargetClass
public static InterceptorMetadata readMetadataForTargetClass(ClassMetadata<?> classMetadata)
isInterceptorMethod
public static boolean isInterceptorMethod(InterceptionType interceptionType,
MethodMetadata method,
boolean forTargetClass)
Copyright © 2013 Seam Framework. All Rights Reserved.