Uses of Interface
net.bytebuddy.utility.Invoker
Packages that use Invoker
-
Uses of Invoker in net.bytebuddy.utility.dispatcher
Classes in net.bytebuddy.utility.dispatcher that implement InvokerModifier and TypeClassDescriptionprivate static class
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 InvokerModifier and TypeFieldDescriptionprivate static final 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