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 class
JavaModule.Dispatcher.Disabled
A disabled dispatcher for a VM that does not support thejava.lang.Module
API.static class
JavaModule.Dispatcher.Enabled
A dispatcher for a VM that does support thejava.lang.Module
API.protected static class
JavaModule.Dispatcher.Enabled.WithInstrumentationSupport
A dispatcher for a VM that does support thejava.lang.Module
API and that supportsInstrumentation
.protected static class
JavaModule.Dispatcher.Enabled.WithoutInstrumentationSupport
A dispatcher for a VM that does support thejava.lang.Module
API and that does not supportInstrumentation
.Fields in net.bytebuddy.utility declared as JavaModule.Dispatcher Modifier and Type Field Description private static JavaModule.Dispatcher
JavaModule. DISPATCHER
The dispatcher to use for accessing Java modules, if available.Methods in net.bytebuddy.utility that return JavaModule.Dispatcher Modifier and Type Method Description JavaModule.Dispatcher
JavaModule.Dispatcher.CreationAction. run()
-