Uses of Interface
net.bytebuddy.utility.Invoker
-
Packages that use Invoker Package Description net.bytebuddy.utility.dispatcher A package to handle dispatching of classes. -
-
Uses of Invoker in net.bytebuddy.utility.dispatcher
Classes in net.bytebuddy.utility.dispatcher that implement Invoker Modifier and Type Class Description private static class
JavaDispatcher.DirectInvoker
AnInvoker
that uses Byte Buddy's invocation context to use if dynamic class loading is not supported, for example on Android, and that do not use secured contexts, where this security measure is obsolete to begin with.Fields in net.bytebuddy.utility.dispatcher declared as Invoker Modifier and Type Field Description private static Invoker
JavaDispatcher. INVOKER
Contains an invoker that makes sure that reflective dispatchers make invocations from an isolatedClassLoader
and not from within Byte Buddy's context.Methods in net.bytebuddy.utility.dispatcher that return Invoker Modifier and Type Method Description protected static Invoker
JavaDispatcher.DynamicClassLoader. invoker()
Resolves aInvoker
for a seperate class loader.Invoker
JavaDispatcher.InvokerCreationAction. run()
-