Uses of Interface
org.jboss.weld.interceptor.proxy.InterceptorInvocation
Packages that use InterceptorInvocation
Package
Description
-
Uses of InterceptorInvocation in org.jboss.weld.bean.interceptor
Methods in org.jboss.weld.bean.interceptor that return InterceptorInvocationModifier and TypeMethodDescriptionCustomInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType) -
Uses of InterceptorInvocation in org.jboss.weld.interceptor.proxy
Classes in org.jboss.weld.interceptor.proxy that implement InterceptorInvocation -
Uses of InterceptorInvocation in org.jboss.weld.interceptor.reader
Methods in org.jboss.weld.interceptor.reader that return InterceptorInvocationModifier and TypeMethodDescriptionAbstractInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType) -
Uses of InterceptorInvocation in org.jboss.weld.interceptor.spi.metadata
Methods in org.jboss.weld.interceptor.spi.metadata that return InterceptorInvocationModifier and TypeMethodDescriptionInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType) Creates aInterceptorInvocationobject representing invocation of interceptor methods of a given type on a given interceptor instance.