Uses of Interface
org.jboss.weld.interceptor.spi.model.InterceptionModel
Packages that use InterceptionModel
Package
Description
-
Uses of InterceptionModel in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return InterceptionModel -
Uses of InterceptionModel in org.jboss.weld.bean.interceptor
Constructors in org.jboss.weld.bean.interceptor with parameters of type InterceptionModel -
Uses of InterceptionModel in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy that return InterceptionModelModifier and TypeMethodDescriptionInterceptionFactoryDataCache.InterceptionFactoryData.getInterceptionModel() -
Uses of InterceptionModel in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer with parameters of type InterceptionModelModifier and TypeMethodDescriptionprotected voidBeanInjectionTarget.setupConstructorInterceptionInstantiator(InterceptionModel interceptionModel) Constructors in org.jboss.weld.injection.producer with parameters of type InterceptionModelModifierConstructorDescriptionConstructorInterceptionInstantiator(Instantiator<T> delegate, InterceptionModel model, SlimAnnotatedType<?> type) InterceptorApplyingInstantiator(Instantiator<T> delegate, InterceptionModel model, SlimAnnotatedType<T> type) -
Uses of InterceptionModel in org.jboss.weld.interceptor.builder
Methods in org.jboss.weld.interceptor.builder that return InterceptionModel -
Uses of InterceptionModel in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy that return InterceptionModelMethods in org.jboss.weld.interceptor.proxy with parameters of type InterceptionModelModifier and TypeMethodDescriptionstatic InterceptionContextInterceptionContext.forConstructorInterception(InterceptionModel interceptionModel, jakarta.enterprise.context.spi.CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type) The context returned by this method may be later reused for other interception types.static InterceptionContextInterceptionContext.forNonConstructorInterception(InterceptionModel interceptionModel, jakarta.enterprise.context.spi.CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type) -
Uses of InterceptionModel in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return types with arguments of type InterceptionModel