Uses of Interface
net.bytebuddy.dynamic.loading.ClassInjector.UsingLookup.Dispatcher
-
Packages that use ClassInjector.UsingLookup.Dispatcher Package Description net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybytearrays. -
-
Uses of ClassInjector.UsingLookup.Dispatcher in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ClassInjector.UsingLookup.Dispatcher Modifier and Type Class Description static classClassInjector.UsingLookup.Dispatcher.ForJava9CapableVmA dispatcher for a Java 9 capable VM that supports class definition via method handles.static classClassInjector.UsingLookup.Dispatcher.ForLegacyVmA dispatcher for a legacy VM that does not support class definition via method handles.Fields in net.bytebuddy.dynamic.loading declared as ClassInjector.UsingLookup.Dispatcher Modifier and Type Field Description private static ClassInjector.UsingLookup.DispatcherClassInjector.UsingLookup. DISPATCHERThe dispatcher to interacting with method handles.Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingLookup.Dispatcher Modifier and Type Method Description ClassInjector.UsingLookup.DispatcherClassInjector.UsingLookup.Dispatcher.Creator. run()
-