Uses of Interface
org.jboss.weld.interceptor.proxy.InterceptorMethodInvocation
-
Packages that use InterceptorMethodInvocation Package Description org.jboss.weld.interceptor.proxy -
-
Uses of InterceptorMethodInvocation in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy that return types with arguments of type InterceptorMethodInvocation Modifier and Type Method Description List<InterceptorMethodInvocation>InterceptionContext. buildInterceptorMethodInvocations(Object instance, Method method, InterceptionType interceptionType)List<InterceptorMethodInvocation>InterceptionContext. buildInterceptorMethodInvocationsForConstructorInterception()List<InterceptorMethodInvocation>CustomInterceptorInvocation. getInterceptorMethodInvocations()List<InterceptorMethodInvocation>InterceptorInvocation. getInterceptorMethodInvocations()ReturnsInterceptorMethodInvocationobjects representing interceptor methods to be invoked during an interceptor invocation.Constructor parameters in org.jboss.weld.interceptor.proxy with type arguments of type InterceptorMethodInvocation Constructor Description WeldInvocationContextImpl(Object target, Method targetMethod, Method proceed, Object[] parameters, List<InterceptorMethodInvocation> chain, Set<Annotation> interceptorBindings, InterceptionDecorationContext.Stack stack)WeldInvocationContextImpl(Constructor<?> constructor, Object[] parameters, Map<String,Object> contextData, List<InterceptorMethodInvocation> chain, Set<Annotation> interceptorBindings)WeldInvocationContextImpl(javax.interceptor.InvocationContext delegate, List<InterceptorMethodInvocation> chain, Set<Annotation> interceptorBindings, CombinedInterceptorAndDecoratorStackMethodHandler currentHandler)
-