Uses of Interface
net.bytebuddy.utility.JavaModule.Dispatcher
-
Packages that use JavaModule.Dispatcher Package Description net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of JavaModule.Dispatcher in net.bytebuddy.utility
Classes in net.bytebuddy.utility that implement JavaModule.Dispatcher Modifier and Type Class Description static classJavaModule.Dispatcher.DisabledA disabled dispatcher for a VM that does not support thejava.lang.ModuleAPI.static classJavaModule.Dispatcher.EnabledA dispatcher for a VM that does support thejava.lang.ModuleAPI.protected static classJavaModule.Dispatcher.Enabled.WithInstrumentationSupportA dispatcher for a VM that does support thejava.lang.ModuleAPI and that supportsInstrumentation.protected static classJavaModule.Dispatcher.Enabled.WithoutInstrumentationSupportA dispatcher for a VM that does support thejava.lang.ModuleAPI and that does not supportInstrumentation.Fields in net.bytebuddy.utility declared as JavaModule.Dispatcher Modifier and Type Field Description private static JavaModule.DispatcherJavaModule. DISPATCHERThe dispatcher to use for accessing Java modules, if available.Methods in net.bytebuddy.utility that return JavaModule.Dispatcher Modifier and Type Method Description JavaModule.DispatcherJavaModule.Dispatcher.CreationAction. run()
-