T
- type the type of the interceptorpublic class InterceptorMetadataImpl<T> extends AbstractInterceptorMetadata implements InterceptorClassMetadata<T>
interceptorMethodMap
Constructor and Description |
---|
InterceptorMetadataImpl(Class<T> javaClass,
InterceptorFactory<T> reference,
Map<InterceptionType,List<Method>> interceptorMethodMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
InterceptorFactory<T> |
getInterceptorFactory()
Returns an InterceptorFactory capable of creating instances of this interceptor..
|
Class<T> |
getJavaClass()
Returns the class of this interceptor.
|
int |
hashCode() |
protected boolean |
isTargetClassInterceptor() |
String |
toString() |
getInterceptorInvocation, getInterceptorMethods, isEligible
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getInterceptorInvocation, isEligible
public InterceptorMetadataImpl(Class<T> javaClass, InterceptorFactory<T> reference, Map<InterceptionType,List<Method>> interceptorMethodMap)
public InterceptorFactory<T> getInterceptorFactory()
InterceptorClassMetadata
getInterceptorFactory
in interface InterceptorClassMetadata<T>
protected boolean isTargetClassInterceptor()
isTargetClassInterceptor
in class AbstractInterceptorMetadata
public Class<T> getJavaClass()
InterceptorClassMetadata
getJavaClass
in interface InterceptorClassMetadata<T>
Copyright © 2015. All Rights Reserved.