Uses of Interface
net.bytebuddy.dynamic.ClassFileLocator.AgentBased.Dispatcher
-
Packages that use ClassFileLocator.AgentBased.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.AgentBased.Dispatcher in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement ClassFileLocator.AgentBased.Dispatcher Modifier and Type Class Description static classClassFileLocator.AgentBased.Dispatcher.ForJava6CapableVmA dispatcher for a Java 6 capable VM.static classClassFileLocator.AgentBased.Dispatcher.ForLegacyVmA dispatcher for a VM that does not support retransformation.Fields in net.bytebuddy.dynamic declared as ClassFileLocator.AgentBased.Dispatcher Modifier and Type Field Description private static ClassFileLocator.AgentBased.DispatcherClassFileLocator.AgentBased. DISPATCHERA dispatcher for interacting with the instrumentation API.Methods in net.bytebuddy.dynamic that return ClassFileLocator.AgentBased.Dispatcher Modifier and Type Method Description ClassFileLocator.AgentBased.DispatcherClassFileLocator.AgentBased.Dispatcher.CreationAction. run()
-