T - type the type of the interceptorpublic class InterceptorMetadataImpl<T> extends AbstractInterceptorMetadata implements InterceptorClassMetadata<T>
interceptorMethodMap| Constructor and Description |
|---|
InterceptorMetadataImpl(java.lang.Class<T> javaClass,
InterceptorFactory<T> reference,
java.util.Map<InterceptionType,java.util.List<java.lang.reflect.Method>> interceptorMethodMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
InterceptorFactory<T> |
getInterceptorFactory()
Returns an InterceptorFactory capable of creating instances of this interceptor..
|
java.lang.Class<T> |
getJavaClass()
Returns the class of this interceptor.
|
int |
hashCode() |
protected boolean |
isTargetClassInterceptor() |
java.lang.String |
toString() |
getInterceptorInvocation, getInterceptorMethods, isEligibleclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInterceptorInvocation, isEligiblepublic InterceptorMetadataImpl(java.lang.Class<T> javaClass, InterceptorFactory<T> reference, java.util.Map<InterceptionType,java.util.List<java.lang.reflect.Method>> interceptorMethodMap)
public InterceptorFactory<T> getInterceptorFactory()
InterceptorClassMetadatagetInterceptorFactory in interface InterceptorClassMetadata<T>protected boolean isTargetClassInterceptor()
isTargetClassInterceptor in class AbstractInterceptorMetadatapublic java.lang.Class<T> getJavaClass()
InterceptorClassMetadatagetJavaClass in interface InterceptorClassMetadata<T>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014. All Rights Reserved.