Uses of Interface
io.jexxa.adapterapi.interceptor.AroundInterceptor
Packages that use AroundInterceptor
Package
Description
-
Uses of AroundInterceptor in io.jexxa.adapterapi.interceptor
Classes in io.jexxa.adapterapi.interceptor that implement AroundInterceptor -
Uses of AroundInterceptor in io.jexxa.adapterapi.invocation
Classes in io.jexxa.adapterapi.invocation that implement AroundInterceptorMethods in io.jexxa.adapterapi.invocation with parameters of type AroundInterceptorModifier and TypeMethodDescriptionDefaultInvocationHandler.registerAround(AroundInterceptor interceptor) Constructor parameters in io.jexxa.adapterapi.invocation with type arguments of type AroundInterceptorModifierConstructorDescriptionprotectedInvocationContext(Object targetObject, Collection<AroundInterceptor> interceptors) -
Uses of AroundInterceptor in io.jexxa.adapterapi.invocation.context
Constructor parameters in io.jexxa.adapterapi.invocation.context with type arguments of type AroundInterceptorModifierConstructorDescriptionConsumerInvocationContext(Object targetObject, SerializableConsumer<T> consumer, T argument, Collection<AroundInterceptor> interceptors) FunctionInvocationContext(Object targetObject, SerializableFunction<T, R> function, T argument, Collection<AroundInterceptor> interceptors) MethodInvocationContext(Method method, Object object, Object[] args, List<AroundInterceptor> interceptors) RunnableInvocationContext(Object targetObject, SerializableRunnable runnable, Collection<AroundInterceptor> interceptors) SupplierInvocationContext(Object targetObject, SerializableSupplier<T> supplier, Collection<AroundInterceptor> interceptors) -
Uses of AroundInterceptor in io.jexxa.adapterapi.invocation.monitor
Classes in io.jexxa.adapterapi.invocation.monitor that implement AroundInterceptor