|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterceptorMetadata<T>
This class is parametrized for
Method Summary | |
---|---|
ClassMetadata<?> |
getInterceptorClass()
|
InterceptorInvocation |
getInterceptorInvocation(Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType)
|
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 . |
Method Detail |
---|
InterceptorReference<T> getInterceptorReference()
ClassMetadata<?> getInterceptorClass()
boolean isEligible(InterceptionType interceptionType)
InterceptorMetadata
has interceptor methods for the given interceptionType
. Else returns false.
interceptionType
- The InterceptionType
InterceptorInvocation getInterceptorInvocation(Object interceptorInstance, InterceptorMetadata interceptorReference, InterceptionType interceptionType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |