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 class
ClassFileLocator.AgentBased.Dispatcher.ForJava6CapableVm
A dispatcher for a Java 6 capable VM.static class
ClassFileLocator.AgentBased.Dispatcher.ForLegacyVm
A 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.Dispatcher
ClassFileLocator.AgentBased. DISPATCHER
A dispatcher for interacting with the instrumentation API.Methods in net.bytebuddy.dynamic that return ClassFileLocator.AgentBased.Dispatcher Modifier and Type Method Description ClassFileLocator.AgentBased.Dispatcher
ClassFileLocator.AgentBased.Dispatcher.CreationAction. run()
-