Uses of Interface
org.jboss.weld.interceptor.spi.metadata.InterceptorFactory
Packages that use InterceptorFactory
Package
Description
-
Uses of InterceptorFactory in org.jboss.weld.bean.interceptor
Classes in org.jboss.weld.bean.interceptor that implement InterceptorFactoryModifier and TypeClassDescriptionclassInterceptorFactory that obtains an interceptor instance usingBeanManagerImpl. -
Uses of InterceptorFactory in org.jboss.weld.interceptor.reader
Classes in org.jboss.weld.interceptor.reader that implement InterceptorFactoryModifier and TypeClassDescriptionclassInterceptorFactory that uses anInjectionTargetas a factory for interceptor instances.Methods in org.jboss.weld.interceptor.reader that return InterceptorFactoryConstructors in org.jboss.weld.interceptor.reader with parameters of type InterceptorFactoryModifierConstructorDescriptionInterceptorMetadataImpl(Class<T> javaClass, InterceptorFactory<T> reference, Map<InterceptionType, List<Method>> interceptorMethodMap) -
Uses of InterceptorFactory in org.jboss.weld.interceptor.spi.metadata
Methods in org.jboss.weld.interceptor.spi.metadata that return InterceptorFactoryModifier and TypeMethodDescriptionInterceptorClassMetadata.getInterceptorFactory()Returns an InterceptorFactory capable of creating instances of this interceptor..