Uses of Class
net.bytebuddy.utility.JavaModule.Dispatcher.Enabled
-
Packages that use JavaModule.Dispatcher.Enabled Package Description net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of JavaModule.Dispatcher.Enabled in net.bytebuddy.utility
Subclasses of JavaModule.Dispatcher.Enabled in net.bytebuddy.utility Modifier and Type Class Description 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
.
-