Class TargetClassInterceptorMetadata
java.lang.Object
org.jboss.weld.interceptor.reader.AbstractInterceptorMetadata
org.jboss.weld.interceptor.reader.TargetClassInterceptorMetadata
- All Implemented Interfaces:
InterceptorMetadata
Component's target class interceptor metadata. This class is immutable.
- Author:
- Jozef Hartinger
-
Field Summary
FieldsFields inherited from class org.jboss.weld.interceptor.reader.AbstractInterceptorMetadata
interceptorMethodMap -
Method Summary
Modifier and TypeMethodDescriptionbooleanisInterceptorMethod(Method method) protected booleanof(Map<InterceptionType, List<Method>> interceptorMethodMap) Methods inherited from class org.jboss.weld.interceptor.reader.AbstractInterceptorMetadata
getInterceptorInvocation, getInterceptorMethods, isEligible
-
Field Details
-
EMPTY_INSTANCE
-
-
Method Details
-
of
public static TargetClassInterceptorMetadata of(Map<InterceptionType, List<Method>> interceptorMethodMap) -
isTargetClassInterceptor
protected boolean isTargetClassInterceptor()- Specified by:
isTargetClassInterceptorin classAbstractInterceptorMetadata
-
isInterceptorMethod
-