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 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.
-