Uses of Interface
org.perfectable.introspection.proxy.Invocation
-
Packages that use Invocation Package Description org.perfectable.introspection.proxy Elements that simplifies creation of Proxy Objects. -
-
Uses of Invocation in org.perfectable.introspection.proxy
Classes in org.perfectable.introspection.proxy with type parameters of type Invocation Modifier and Type Interface Description interface
InvocationHandler<I extends Invocation>
Handles an invocation of a execution point on a proxy and returns response.Classes in org.perfectable.introspection.proxy that implement Invocation Modifier and Type Class Description class
MethodInvocation<T>
Capture of a information needed to invoke a method.Methods in org.perfectable.introspection.proxy that return Invocation Modifier and Type Method Description static Invocation
Invocation. fromCallable(Callable<?> callable)
AdaptsCallable
to this interface.static Invocation
Invocation. fromRunnable(Runnable runnable)
AdaptsRunnable
to this interface.static Invocation
Invocation. returning(Object result)
Creates invocation that does only one thing: returns the provided argument.static Invocation
Invocation. throwing(Supplier<Throwable> thrownSupplier)
Creates invocation that only throws exceptions obtained from supplier.
-