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 classJavaDispatcher.DirectInvokerAnInvokerthat 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 InvokerJavaDispatcher. INVOKERContains an invoker that makes sure that reflective dispatchers make invocations from an isolatedClassLoaderand not from within Byte Buddy's context.Methods in net.bytebuddy.utility.dispatcher that return Invoker Modifier and Type Method Description protected static InvokerJavaDispatcher.DynamicClassLoader. invoker()Resolves aInvokerfor a separate class loader.InvokerJavaDispatcher.InvokerCreationAction. run()
-