Uses of Interface
org.jboss.arquillian.graphene.bytebuddy.MethodInterceptor
Packages that use MethodInterceptor
Package
Description
-
Uses of MethodInterceptor in org.jboss.arquillian.graphene.bytebuddy
Methods in org.jboss.arquillian.graphene.bytebuddy with parameters of type MethodInterceptorModifier and TypeMethodDescriptionprotected <T> TClassImposterizer.imposteriseClass(MethodInterceptor interceptor, Class<?> mockedType, Class<?>... ancillaryTypes) protected <T> TClassImposterizer.imposteriseInterface(MethodInterceptor interceptor, Class<?> mockedInterface, Class<?>... ancillaryTypes) protected <T> TClassImposterizer.imposteriseProtected(MethodInterceptor interceptor, Class<?> mockedType, Class<?>... ancillaryTypes) -
Uses of MethodInterceptor in org.jboss.arquillian.graphene.enricher
Classes in org.jboss.arquillian.graphene.enricher that implement MethodInterceptorMethods in org.jboss.arquillian.graphene.enricher with parameters of type MethodInterceptor -
Uses of MethodInterceptor in org.jboss.arquillian.graphene.intercept
Classes in org.jboss.arquillian.graphene.intercept that implement MethodInterceptorModifier and TypeClassDescriptionstatic classstatic classMethods in org.jboss.arquillian.graphene.intercept with parameters of type MethodInterceptorModifier and TypeMethodDescriptionstatic ObjectInterceptorBuilder.InterceptorImpl.intercept(Method method, MethodInterceptor interceptor, Object defaultValue) -
Uses of MethodInterceptor in org.jboss.arquillian.graphene.javascript
Classes in org.jboss.arquillian.graphene.javascript that implement MethodInterceptorMethods in org.jboss.arquillian.graphene.javascript with parameters of type MethodInterceptor -
Uses of MethodInterceptor in org.jboss.arquillian.graphene.proxy
Classes in org.jboss.arquillian.graphene.proxy that implement MethodInterceptorModifier and TypeClassDescriptionclassInvocation handler which wraps the given target for invocation (as the target instance for future computation of target).classInvocation handler which wraps the given target for invocation (as the target instance for future computation of target).Methods in org.jboss.arquillian.graphene.proxy with parameters of type MethodInterceptor