Index

A I O T V 
All Classes and Interfaces|All Packages|Serialized Form

A

apply(Object...) - Method in interface org.microbean.interceptor.InterceptionFunction
Applies the interception represented by this InterceptionFunction, with the supplied arguments, and returns the result.

I

intercept(InvocationContext) - Method in interface org.microbean.interceptor.InterceptorMethod
Performs interception and returns any result.
InterceptionFunction - Interface in org.microbean.interceptor
A functional interface whose implementations represent an interception of some kind.
Interceptions - Class in org.microbean.interceptor
A utility class that makes InterceptionFunctions and Runnables that intercept lifecycle events, constructions, and invocations of methods in accordance with the Jakarta Interceptors specification.
InterceptorException - Exception Class in org.microbean.interceptor
A RuntimeException indicating that an error has occurred while setting up an interception chain.
InterceptorException() - Constructor for exception class org.microbean.interceptor.InterceptorException
Creates a new InterceptorException.
InterceptorException(String) - Constructor for exception class org.microbean.interceptor.InterceptorException
Creates a new InterceptorException.
InterceptorException(String, Throwable) - Constructor for exception class org.microbean.interceptor.InterceptorException
Creates a new InterceptorException.
InterceptorException(Throwable) - Constructor for exception class org.microbean.interceptor.InterceptorException
Creates a new InterceptorException.
InterceptorMethod - Interface in org.microbean.interceptor
A representation of a Jakarta Interceptors interceptor method.

O

of(MethodHandle) - Static method in interface org.microbean.interceptor.InterceptorMethod
Returns a new InterceptorMethod that adapts the supplied receiverless or bound MethodHandle.
of(MethodHandle, Supplier<?>) - Static method in interface org.microbean.interceptor.InterceptorMethod
Returns a new InterceptorMethod that adapts the supplied MethodHandle and the supplied Supplier of its receiver.
of(MethodHandles.Lookup, Method) - Static method in interface org.microbean.interceptor.InterceptorMethod
Returns a new InterceptorMethod that adapts the supplied static Method.
of(MethodHandles.Lookup, Method, Supplier<?>) - Static method in interface org.microbean.interceptor.InterceptorMethod
Returns a new InterceptorMethod that adapts the supplied Method and the supplied Supplier of its receiver.
ofConstruction(Collection<? extends InterceptorMethod>, MethodHandles.Lookup, Constructor<?>) - Static method in class org.microbean.interceptor.Interceptions
Returns an InterceptionFunction whose apply(Object...) method will invoke all supplied InterceptorMethods in encounter order before invoking the supplied Constructor's newInstance(Object...) method.
ofConstruction(Collection<? extends InterceptorMethod>, MethodHandles.Lookup, Constructor<?>, Supplier<? extends Set<Annotation>>) - Static method in class org.microbean.interceptor.Interceptions
Returns an InterceptionFunction whose apply(Object...) method will invoke all supplied InterceptorMethods in encounter order before invoking the supplied Constructor's newInstance(Object...) method.
ofConstruction(Collection<? extends InterceptorMethod>, BiFunction<? super Object, ? super Object[], ?>) - Static method in class org.microbean.interceptor.Interceptions
Returns an InterceptionFunction whose apply(Object...) method will invoke all supplied InterceptorMethods in encounter order before invoking the supplied BiFunction's apply(Object, Object[]) method with null (the return value of InvocationContext.getTarget(), which will always be null in this scenario) and the return value of an invocation of InvocationContext.getParameters().
ofConstruction(Collection<? extends InterceptorMethod>, BiFunction<? super Object, ? super Object[], ?>, Supplier<? extends Set<Annotation>>) - Static method in class org.microbean.interceptor.Interceptions
Returns an InterceptionFunction whose apply(Object...) method will invoke all supplied InterceptorMethods in encounter order before invoking the supplied BiFunction's apply(Object Object[]) method with null (the return value of InvocationContext.getTarget(), which will always be null in this scenario) and the return value of an invocation of InvocationContext.getParameters().
ofInvocation(Collection<? extends InterceptorMethod>, MethodHandles.Lookup, Method, Supplier<?>) - Static method in class org.microbean.interceptor.Interceptions
Returns an InterceptionFunction whose apply(Object...) method will invoke all supplied InterceptorMethods in encounter order before invoking the supplied Method's invoke(Object, Object...) method with the return value of InvocationContext.getTarget(), and with the return value of InvocationContext.getParameters().
ofInvocation(Collection<? extends InterceptorMethod>, MethodHandles.Lookup, Method, Supplier<?>, Supplier<? extends Set<Annotation>>) - Static method in class org.microbean.interceptor.Interceptions
Returns an InterceptionFunction whose apply(Object...) method will invoke all supplied InterceptorMethods in encounter order before invoking the supplied Method's invoke(Object, Object...) method with the return value of InvocationContext.getTarget(), and with the return value of InvocationContext.getParameters().
ofInvocation(Collection<? extends InterceptorMethod>, BiFunction<? super Object, ? super Object[], ?>, Supplier<?>) - Static method in class org.microbean.interceptor.Interceptions
Returns an InterceptionFunction whose apply(Object...) method will invoke all supplied InterceptorMethods in encounter order before invoking the supplied BiFunction's apply(Object Object[]) method with the return value of InvocationContext.getTarget(), and with the return value of InvocationContext.getParameters().
ofInvocation(Collection<? extends InterceptorMethod>, BiFunction<? super Object, ? super Object[], ?>, Supplier<?>, Supplier<? extends Set<Annotation>>) - Static method in class org.microbean.interceptor.Interceptions
Returns an InterceptionFunction whose apply(Object...) method will invoke all supplied InterceptorMethods in encounter order before invoking the supplied BiFunction's apply(Object Object[]) method with the return value of InvocationContext.getTarget(), and with the return value of InvocationContext.getParameters().
ofLifecycleEvent(Collection<? extends InterceptorMethod>, Supplier<?>) - Static method in class org.microbean.interceptor.Interceptions
Returns a Runnable whose run() method will invoke all supplied InterceptorMethods in encounter order.
ofLifecycleEvent(Collection<? extends InterceptorMethod>, Supplier<?>, Supplier<? extends Set<Annotation>>) - Static method in class org.microbean.interceptor.Interceptions
Returns a Runnable whose run() method will invoke all supplied InterceptorMethods in encounter order.
org.microbean.interceptor - module org.microbean.interceptor
Provides packages related to implementing interceptors.
org.microbean.interceptor - package org.microbean.interceptor
Provides classes and interfaces related to implementing interceptors.

T

terminalBiFunctionOf(MethodHandle) - Static method in class org.microbean.interceptor.Interceptions
Creates and returns a BiFunction encapsulating the supplied MethodHandle.
terminalBiFunctionOf(MethodHandles.Lookup, Constructor<?>) - Static method in class org.microbean.interceptor.Interceptions
Creates and returns a BiFunction encapsulating the supplied Constructor.
terminalBiFunctionOf(MethodHandles.Lookup, Method) - Static method in class org.microbean.interceptor.Interceptions
Creates and returns a BiFunction encapsulating the supplied Method.

V

validate(Class<?>[], Object[]) - Static method in class org.microbean.interceptor.Interceptions
A convenience method that ensures that every element of the supplied arguments array can be assigned to a reference bearing the corresponding Class drawn from the supplied parameterTypes array.
A I O T V 
All Classes and Interfaces|All Packages|Serialized Form