Class JavaDispatcher.DirectInvoker

java.lang.Object
net.bytebuddy.utility.dispatcher.JavaDispatcher.DirectInvoker
All Implemented Interfaces:
Invoker
Enclosing class:
JavaDispatcher<T>

@Enhance private static class JavaDispatcher.DirectInvoker extends Object implements Invoker
An Invoker 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.