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 bybyte
arrays. -
-
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 class
ClassInjector.UsingLookup.Dispatcher.ForJava9CapableVm
A dispatcher for a Java 9 capable VM that supports class definition via method handles.static class
ClassInjector.UsingLookup.Dispatcher.ForLegacyVm
A 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.Dispatcher
ClassInjector.UsingLookup. DISPATCHER
The dispatcher to interacting with method handles.Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingLookup.Dispatcher Modifier and Type Method Description ClassInjector.UsingLookup.Dispatcher
ClassInjector.UsingLookup.Dispatcher.Creator. run()
-