Uses of Interface
net.bytebuddy.dynamic.ClassFileLocator.ForInstrumentation.Dispatcher
-
Packages that use ClassFileLocator.ForInstrumentation.Dispatcher Package Description net.bytebuddy.dynamic This package contains classes and interfaces that are connected to writing the byte stream that represents a Java type that is dynamically created and for loading this type into a running JVM process. -
-
Uses of ClassFileLocator.ForInstrumentation.Dispatcher in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic declared as ClassFileLocator.ForInstrumentation.Dispatcher Modifier and Type Field Description private static ClassFileLocator.ForInstrumentation.Dispatcher
ClassFileLocator.ForInstrumentation. DISPATCHER
A dispatcher for interacting with the instrumentation API.
-