Uses of Interface
org.jboss.arquillian.graphene.proxy.Interceptor
Packages that use Interceptor
Package
Description
-
Uses of Interceptor in org.jboss.arquillian.graphene.enricher
Classes in org.jboss.arquillian.graphene.enricher that implement InterceptorModifier and TypeClassDescriptionclassclassclassclass -
Uses of Interceptor in org.jboss.arquillian.graphene.intercept
Methods in org.jboss.arquillian.graphene.intercept that return InterceptorModifier and TypeMethodDescriptionInterceptorBuilder.build()Builds the final version ofInterceptorintercepting all methods recorded viaInterceptorBuilder.interceptInvocation(Class, Interceptor).Methods in org.jboss.arquillian.graphene.intercept with parameters of type InterceptorModifier and TypeMethodDescriptionintInterceptorPrecedenceComparator.compare(Interceptor o1, Interceptor o2) <T> TInterceptorBuilder.interceptInvocation(Class<T> type, Interceptor interceptor) Returns proxy for given type which execution causes remembering what method should be intercepted by given interceptor.Constructors in org.jboss.arquillian.graphene.intercept with parameters of type InterceptorModifierConstructorDescriptionInterceptorImpl(InterceptorBuilder builder, Interceptor interceptor) -
Uses of Interceptor in org.jboss.arquillian.graphene.proxy
Methods in org.jboss.arquillian.graphene.proxy that return InterceptorModifier and TypeMethodDescriptionGrapheneProxyInstance.unregisterInterceptor(Interceptor interceptor) Methods in org.jboss.arquillian.graphene.proxy with parameters of type InterceptorModifier and TypeMethodDescriptionvoidGrapheneProxyInstance.registerInterceptor(Interceptor interceptor) GrapheneProxyInstance.unregisterInterceptor(Interceptor interceptor) Constructors in org.jboss.arquillian.graphene.proxy with parameters of type InterceptorModifierConstructorDescriptionInvocationContextImpl(Interceptor interceptor, InvocationContext following)