public interface InterceptorMetadata<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
ClassMetadata<?> |
getInterceptorClass() |
List<MethodMetadata> |
getInterceptorMethods(InterceptionType interceptionType)
Returns the list of interceptor methods of this class for a given
interception type.
|
InterceptorReference<T> |
getInterceptorReference()
Returns the class for which this interceptor metadata was created
|
boolean |
isEligible(InterceptionType interceptionType)
Returns true if the interceptor corresponding to this
InterceptorMetadata
has interceptor methods for the given interceptionType. |
boolean |
isTargetClass() |
InterceptorReference<T> getInterceptorReference()
ClassMetadata<?> getInterceptorClass()
List<MethodMetadata> getInterceptorMethods(InterceptionType interceptionType)
interceptionType - boolean isEligible(InterceptionType interceptionType)
InterceptorMetadata
has interceptor methods for the given interceptionType. Else returns false.interceptionType - The InterceptionTypeboolean isTargetClass()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.