Uses of Interface
org.jboss.weld.interceptor.proxy.InterceptorInvocation
-
Packages that use InterceptorInvocation Package Description org.jboss.weld.bean.interceptor org.jboss.weld.interceptor.proxy org.jboss.weld.interceptor.reader org.jboss.weld.interceptor.spi.metadata -
-
Uses of InterceptorInvocation in org.jboss.weld.bean.interceptor
Methods in org.jboss.weld.bean.interceptor that return InterceptorInvocation Modifier and Type Method Description InterceptorInvocationCustomInterceptorMetadata. getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType) -
Uses of InterceptorInvocation in org.jboss.weld.interceptor.proxy
Classes in org.jboss.weld.interceptor.proxy that implement InterceptorInvocation Modifier and Type Class Description classCustomInterceptorInvocation<T> -
Uses of InterceptorInvocation in org.jboss.weld.interceptor.reader
Methods in org.jboss.weld.interceptor.reader that return InterceptorInvocation Modifier and Type Method Description InterceptorInvocationAbstractInterceptorMetadata. 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 InterceptorInvocation Modifier and Type Method Description InterceptorInvocationInterceptorMetadata. getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType)Creates aInterceptorInvocationobject representing invocation of interceptor methods of a given type on a given interceptor instance.
-