Interface InterceptorClassMetadata<T>
- Type Parameters:
T- The type (class) of the interceptor bean
- All Superinterfaces:
InterceptorMetadata
- All Known Implementing Classes:
CustomInterceptorMetadata,InterceptorMetadataImpl
Metadata about an interceptor component.
- Author:
- Marius Bogoevici, Jozef Hartinger
-
Method Summary
Modifier and TypeMethodDescriptionReturns an InterceptorFactory capable of creating instances of this interceptor..Returns the class of this interceptor.default SerializablegetKey()Methods inherited from interface org.jboss.weld.interceptor.spi.metadata.InterceptorMetadata
getInterceptorInvocation, isEligible
-
Method Details
-
getInterceptorFactory
InterceptorFactory<T> getInterceptorFactory()Returns an InterceptorFactory capable of creating instances of this interceptor..- Returns:
- the interceptor factory
-
getJavaClass
Returns the class of this interceptor.- Returns:
-
getKey
- Returns:
- a unique key which might be used to identify a metadata instance
-