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, isEligibleclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInterceptorInvocation, isEligiblepublic InterceptorMetadataImpl(Class<T> javaClass, InterceptorFactory<T> reference, Map<InterceptionType,List<Method>> interceptorMethodMap)
public InterceptorFactory<T> getInterceptorFactory()
InterceptorClassMetadatagetInterceptorFactory in interface InterceptorClassMetadata<T>protected boolean isTargetClassInterceptor()
isTargetClassInterceptor in class AbstractInterceptorMetadatapublic Class<T> getJavaClass()
InterceptorClassMetadatagetJavaClass in interface InterceptorClassMetadata<T>Copyright © 2014. All Rights Reserved.